Cubano Demo Specification >

Demonstrates the use of the FileReader, JsonLoader, JsonReader classes.

Log File

Load data from a JSON file in Class clazz

Given a file that contains JSON
Then I can serialize that JSON using Cubano class JsonLoader and Class clazz


  • User

    User

Log File

Load data from a JSON String

Given a stream of JSON, that I am unable to (or don't wish to), serialize into a Class clazz
Then I can load into Cubano class JsonReader


  • User

    User