Skip to content

Instantly share code, notes, and snippets.

/rad.java Secret
Created Sep 11, 2014

Embed
What would you like to do?
public void read(Json json, JsonValue map) {
background = map.child.asString();
skin = map.child.next.asString();
actors = json.readValue(Array.class, map.child.next.next);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.