Class used for reading JSON values that are stored in the binary format. Values are parsed lazily, so that only the parts of the value that are interesting to the caller, are read. Array elements can be looked up in constant time using the element() function. Object members can be looked up in O(log n) time using the lookup() function. */
source not stored for this graph (policy: none)
no outgoing calls