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 [[AssertionError]] if the input ...

LicenseApache
Tagsceylonjson
HomePage http://ceylon-lang.org
DateFeb 13, 2021
Filespom (2 KB)  jar (123 KB)  View All
RepositoriesCeylon
Ranking#24700 in MvnRepository (See Top Artifacts)
Used By18 artifacts

Scope:
Scope:
Format:
Scope:
Scope:
Scope:
Scope:
Scope:
Scope:

Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)

Compile Dependencies (2)

Category/License Group / ArtifactVersionUpdates

Apache
ceylon » collection 1.3.1
JVM Languages
ceylon » language 1.3.11.3.3

Licenses

LicenseURL
Apache Software License

Developers

NameEmailDev IdRolesOrganization
Stéphane Épardaud
Tom Bentley