integerNodeOrNull method
Get JsonIntegerNumber or null by String key.
Throws SquintException if key is not found.
Implementation
JsonIntegerNumber? integerNodeOrNull(String key) =>
_byKeyOfType<JsonIntegerNumber>(key, true);
Get JsonIntegerNumber or null by String key.
Throws SquintException if key is not found.
JsonIntegerNumber? integerNodeOrNull(String key) =>
_byKeyOfType<JsonIntegerNumber>(key, true);