Serialize the given attributes to JSON.
Deserialize the given JSON string into an object.
Null values are excluded.
Deserialize the given JSON string into a Java object of the given type.
To create a Java Class object to use with the type argument, use Java.type("fully.qualified.JavaName").
Deserialize the given JSON string into an object.
Deserialize the given JSON string into an array.
Null values are excluded.
Deserialize the given JSON string into an array.
Deserialize the given JSON string into attributes.
Serialize the given object or Java Map to JSON.
Null values are excluded.
Serialize the given object or Java Map to JSON.
Serialize the given value to JSON. Null values are excluded.
Serialize the given value to JSON.
JSON Helper. Can be used to serialize and deserialize both JavaScript and Java objects, unlike the native
JSONobject. It also includes options to include/excludenullvalues and convert to/from se.curity.identityserver.sdk.attribute.Attributes.