objectNode method
Get JsonObject by String key.
Throws SquintException if key is not found.
Implementation
JsonObject objectNode(String key) => objectNodeOrNull(key)!;
Get JsonObject by String key.
Throws SquintException if key is not found.
JsonObject objectNode(String key) => objectNodeOrNull(key)!;