@yorkie-js/sdk
    Preparing search index...

    Type Alias JSONElement<T, A>

    JSONElement:
        | PrimitiveValue
        | JSONObject<T>
        | JSONArray<T>
        | Text<A>
        | Counter
        | Tree

    JSONElement is a wrapper for CRDTElement that provides users with an easy-to-use interface for manipulating Documents.

    Type Parameters