effect-io-ai

Package: @effect/ai
Module: Tool

Tool.unsafeSecureJsonParse

Unsafe: This function will throw an error if an insecure property is found in the parsed JSON or if the provided JSON text is not parseable.

Signature

declare const unsafeSecureJsonParse: (text: string) => unknown

Source

Since v1.0.0