FREE SOFTWARE ON CAMLCITY.ORG
Standard-compliant JSON implementation
From http://www.json.org/: "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999." This implementation follows RFC 4627. We use key/value lists to represent JSON objects, and lists to represent JSON arrays. The library also provides pretty-printing and optional support for C-style comments.
| Version: | 1.0.3 |
| Homepage: | http://martin.jambon.free.fr/json-wheel.html |
| Maintainer: | Martin Jambon <martin_jambon@emailuser.net> |
| Files: |
doc/godi-json-wheel/LICENSE lib/ocaml/pkg-lib/json-wheel/META lib/ocaml/pkg-lib/json-wheel/json_compat.cmi lib/ocaml/pkg-lib/json-wheel/json_compat.cmi_pretty lib/ocaml/pkg-lib/json-wheel/json_compat.cmo lib/ocaml/pkg-lib/json-wheel/json_compat.cmx lib/ocaml/pkg-lib/json-wheel/json_compat.ml lib/ocaml/pkg-lib/json-wheel/json_compat.o lib/ocaml/pkg-lib/json-wheel/json_io.cmi lib/ocaml/pkg-lib/json-wheel/json_io.cmi_pretty lib/ocaml/pkg-lib/json-wheel/json_io.cmo lib/ocaml/pkg-lib/json-wheel/json_io.cmx lib/ocaml/pkg-lib/json-wheel/json_io.mli lib/ocaml/pkg-lib/json-wheel/json_io.o lib/ocaml/pkg-lib/json-wheel/json_lexer.cmi lib/ocaml/pkg-lib/json-wheel/json_lexer.cmi_pretty lib/ocaml/pkg-lib/json-wheel/json_lexer.cmo lib/ocaml/pkg-lib/json-wheel/json_lexer.cmx lib/ocaml/pkg-lib/json-wheel/json_lexer.o lib/ocaml/pkg-lib/json-wheel/json_parser.cmi lib/ocaml/pkg-lib/json-wheel/json_parser.cmi_pretty lib/ocaml/pkg-lib/json-wheel/json_parser.cmo lib/ocaml/pkg-lib/json-wheel/json_parser.cmx lib/ocaml/pkg-lib/json-wheel/json_parser.o lib/ocaml/pkg-lib/json-wheel/json_type.cmi lib/ocaml/pkg-lib/json-wheel/json_type.cmi_pretty lib/ocaml/pkg-lib/json-wheel/json_type.cmo lib/ocaml/pkg-lib/json-wheel/json_type.cmx lib/ocaml/pkg-lib/json-wheel/json_type.mli lib/ocaml/pkg-lib/json-wheel/json_type.o lib/ocaml/pkg-lib/json-wheel/jsonwheel.a lib/ocaml/pkg-lib/json-wheel/jsonwheel.cma lib/ocaml/pkg-lib/json-wheel/jsonwheel.cmxa |
| Built from sources: |
json-wheel-1.0.3 |