stringNode method

JsonString stringNode(
  1. String key
)

Get JsonString by String key.

Throws SquintException if key is not found.

Implementation

JsonString stringNode(String key) => _byKeyOfType<JsonString>(key, false)!;