Package com.intuit.karate
Class JsonUtils
java.lang.Object
com.intuit.karate.JsonUtils
- Author:
- pthomas3
-
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic StringescapeValue(String raw) static ObjectfromBytes(byte[] bytes, boolean strict, ResourceType resourceType) static Objectstatic <T> Tstatic Objectstatic ObjectfromJsonStrict(String json) static ObjectfromString(String raw, boolean strict, ResourceType resourceType) static ObjectfromStringSafe(String raw) static Objectstatic booleanstatic voidstatic Objectstatic byte[]static Stringstatic Stringstatic Stringstatic byte[]static StringtoJsonSafe(Object o, boolean pretty) static StringtoStrictJson(String raw) static Stringstatic String
-
Method Details
-
isJson
-
toStrictJson
-
toJson
-
toJson
-
toJsonBytes
-
fromJson
-
fromJsonStrict
-
fromJson
-
fromJson
-
fromYaml
-
fromCsv
-
toCsv
-
shallowCopy
-
deepCopy
-
toJsonSafe
-
escapeValue
-
removeKeysWithNullValues
-
simplify
-
toString
-
toString
-
toBytes
-
fromBytes
-
fromString
-
fromStringSafe
-