JSONNull.parse

This function parses a JSONNull out of a string. Really, it just rips "null" off the beginning of the string and eats whitespace.

class JSONNull
override
void
parse
(
ref string source
)

Meta