DynamicJsJsonReader
A JsonReader that reads data from a javascript dynamic
Map values should be any of:
String
Int
Double
Long
JsonNumber
null
dynamic where values are any of these values recursively
Array
where values are any of these values recursively
Anything else is undefined
To read from a okio.BufferedSource, see also BufferedSourceJsonReader