Type alias JSONElement<T, A>

JSONElement<T, A>: 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