You can edit almost every page by Creating an account. Otherwise, see the FAQ.

LibJSON

From EverybodyWiki Bios & Wiki



libjson
Developer(s)Jonathan Wallace
Stable release
7.6.1 / June 25, 2012 (2012-06-25)
Written inC++
Engine
    Operating systemCross-platform
    TypeAPI
    LicenseFreeBSD License
    Websitehttp://sourceforge.net/projects/libjson/

    Search LibJSON on Amazon.

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "". libjson is a fast, lightweight JSON parser written in C++. The source code is available on SourceForge.

    Features[edit]

    • Fast - libjson does lazy JSON parsing, meaning that it only parses what it needs when it needs it, giving it a minute speed and memory footprint.
    • Portable - libjson requires no third-party libraries, it can compile in any standard C++ compiler.
    • Complete - libjson is fully compliant with the JSON standard.[1]
    • Language independent - In dynamic library form, any language that uses standard C cdecl methods can use libjson.
    • C++ specific bindings - libjson comes with bindings for C++ to allow libjson to be embedded into a project.

    References[edit]

    External links[edit]


    This article "LibJSON" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.