Type alias WrappedElement<T, A>

WrappedElement<T, A>: Primitive | JSONObject<T> | JSONArray<T> | Text<A> | Counter | Tree

WrappedElement is a wrapper of JSONElement that provides getID().

Type Parameters