Contains everything required to parse and serialise JSON data. Sample usage for parsing and accessing JSON: import ceylon.json { parse, Object = Object } String getAuthor(String json){ value parsedJson = parse(json); "author must be a string" assert(is Object parsedJson, is String author = parsedJson["author"]); return author; } Alternatively, this variation will result in an [[InvalidTypeException]] instead of an ...

Compile Dependencies (1)

Category/LicenseGroup / ArtifactVersionUpdates
Apache
ceylon » collection
Library providing general-purpose mutable lists, sets, and
0.41.3.1