JSONType.parse

The parse method of this interface should ALWAYS be destructive, removing things from the front of source as it parses.

class JSONType
abstract
void
parse
(
ref string source
)

Meta