[ Version ( since = "2.1.1" ) ]
public bool get_integer (string key, out int64 value) throws Error
Gets an integer from a JSON object.
An error is returned if key is not the correct type.
| this | |
| key |
dictionary key |
| value |
integer value |
|
true if |