@metreeca/core - v0.9.17
    Preparing search index...

    Function isValue

    • Checks if a value is a valid JSON value.

      Recursively validates that the value and all nested structures conform to the Value type, which includes null, booleans, finite numbers, strings, arrays of JSON values, and plain objects with string keys and JSON values.

      Parameters

      • value: unknown

        The value to check

      Returns value is Value

      true if the value is a valid JSON structure