TRUE if the buffer was succesfully parsedParser.loadFromData
bool loadFromData(string data)Loads a JSON stream from a buffer and parses it.
You can call this function multiple times with the same parser, but the contents of the parser will be destroyed each time.
Parameters
data | the buffer to parse |
Returns
Throws
[ErrorWrap]