Name |
|
---|---|
Description |
JSON Feed for Ceylon provides domain objects and a parser for JSON Feed. To use, parse a JSON string using the import ceylon.json { JsonObject, parseJson = parse } import herd.jsonfeed.core { Feed, parseFeed } shared void run() { String rawJson = ...; assert (is JsonObject json = parseJson(rawJson)); Feed feed = parseFeed(json); } |
Last Published | May 22, 2017 |
Stats |
Downloads (JVM): 170 Downloads (JS): 54 Source downloads: 161 |
Module links |
Imported By Browse |
0.0.0 | JVM JavaScript JVM: 1.2.x, 1.3.x (latest) JavaScript: Unknown (10/0) | Published May 22, 2017 |
Browse |
View docs |