Reads a string off the JSON text with limited lifetime.
The reference to this slice is not guaranteed to be valid after the JSON
parser has been destroyed or another object key or string value has been
parsed. So make a copy before you continue parsing.
Reads a string off the JSON text with limited lifetime.
The reference to this slice is not guaranteed to be valid after the JSON parser has been destroyed or another object key or string value has been parsed. So make a copy before you continue parsing.