@bearnjs/rest
    Preparing search index...

    Type Alias JsonValue

    JsonValue: JsonPrimitive | JsonValue[] | { [key: string]: JsonValue }

    Represents a recursive JSON value type, which can be a primitive, an array, or an object.