json library

This package contains a complete implementation of JSON.

Classes

JsonDefinition
JSON grammar definition.

Functions

parseJson(String input) JSON?
Converts the given JSON-string input to its corresponding object.

Typedefs

JSON = Object?
Type definition for JSON data.