object<R> method
- String key
Get Map<String,R> by String
key.
Throws SquintException if key is not found
or values are not all of type R
.
Implementation
Map<String, R> object<R>(String key) => objectNode(key).getDataAsMap();
Get Map<String,R> by String
key.
Throws SquintException if key is not found
or values are not all of type R
.
Map<String, R> object<R>(String key) => objectNode(key).getDataAsMap();