Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 330 Bytes

File metadata and controls

8 lines (5 loc) · 330 Bytes

JSON Library (Json) 📄

The Json library provides utilities for parsing and stringifying serialized data.

Methods

  • Json.serialize(value) - Converts a CursorScript object, array, or primitive into a formatted JSON string.
  • Json.deserialize(jsonString) - Parses a JSON string back into native objects and arrays.