All non-primitive JSON types.
Represents JSON values that are not primitives, such as arrays and objects.
type JNP = JSONNonPrimitive; // bigint | symbol | Function Copy
type JNP = JSONNonPrimitive; // bigint | symbol | Function
All non-primitive JSON types.