Package com.nimbusds.jose.util
Class JSONStringUtils
- java.lang.Object
-
- com.nimbusds.jose.util.JSONStringUtils
-
public class JSONStringUtils extends java.lang.ObjectJSON string helper methods.- Version:
- 2022-08-16
- Author:
- Vladimir Dzhuvinov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoJSONString(java.lang.String string)Serialises the specified string to a JSON string.
-