A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/douglascrockford/JSON-c below:

GitHub - douglascrockford/JSON-c: JSON_checker

JSON in C


Douglas Crockford
douglas@crockford.com

2016-11-11


JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/

JSON_checker is a Pushdown Automaton that very quickly determines if a JSON
text is syntactically correct. It could be used to filter inputs to a system,
or to verify that the outputs of a system are syntactically correct. It could
be adapted to produce a very fast JSON parser.

JSON_checker is made up of these files:

    JSON_checker.c      The JSON_checker.
    JSON_checker.h      The JSON_checker header file.

    main.c              A sample application.

Accessories:

    utf8_to_utf16.c     A UTF-8 to UTF-16 converter.
    utf8_to_utf16.h     The UTF-8 to UTF-16 converter header file.
    utf8_decode.c       A UTF-8 decoder.
    utf8_decode.h       The UTF-8 decoder header file.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4