[ Version ( since = "2.1.1" ) ]
public bool get_integer_with_default (string key, out int64 value, int64 value_default) 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 |
| value_default |
value to return if |
|
true if |