the key name of interest
A temporary struct, a proxy to the parser, that will automatically seek to the end of the current JSON object on destruction.
JSONException when the key is not found in the object or parsing errors occur.
Note: Since this is an on the fly parser, you can only get one key from an object with this method. Use keySwitch or foreach(key; json) to get values from multiple keys.
keySwitch
Skips all keys of an object except the first occurence with the given key name.