ParseJson(json)

Parses JSON string to object/array/value.

ParseJson Parameters

json : String?

ToJson(object, format = true) : String?

Serializes object/array/value to JSON string.

ToJson Parameters

object : ?
Object/array/value to serialize.

format : Boolean = true
True to use formatting and indentation.

Leave a Comment

Your email address will not be published. Required fields are marked *