• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
jvasileff / herd.jsonfeed.core
Description

JSON Feed for Ceylon provides domain objects and a parser for JSON Feed.

To use, parse a JSON string using the ceylon.json module, and then convert the resultant JsonObject to a Feed as shown in the code below:

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
List of published versions
0.0.0 JVM JavaScript JVM: 1.2.x, 1.3.x (latest) JavaScript: Unknown (10/0) Published May 22, 2017 Browse
View docs
You must be logged in to comment.

Ceylon Herd v1.24 Copyright 2012-2022 Red Hat. About