stringNode method
Get JsonString by String key.
Throws SquintException if key is not found.
Implementation
JsonString stringNode(String key) => _byKeyOfType<JsonString>(key, false)!;
Get JsonString by String key.
Throws SquintException if key is not found.
JsonString stringNode(String key) => _byKeyOfType<JsonString>(key, false)!;