Skip to content

JsonResult

JsonResult<T> = { ok: true; path: JsonPath; value: T; } | { failure: JsonFailure; ok: false; }

Defined in: json/json-node.ts:24

Result of a JSON extraction - either a successful value or a failure.

T