📄️ Melon.std.json.trySerialize(target)
Tries to serialize an object.
📄️ Melon.std.json.tryDeserialize<T>(target)
Tries to deserialize an string into an object of the type T.
📄️ Melon.std.json.tryParse<T>(target)
Tries to parse an string into a T type variable.
📄️ Melon.std.json.tryStringify<T>(target)
Tries to stringify any variable.
📄️ Melon.std.json.serialize(target)
Serialize an object directly into an string.
📄️ Melon.std.json.deserialize<T>(target)
Deserializes a string into an object of type T.