Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 459 Bytes

File metadata and controls

10 lines (9 loc) · 459 Bytes

JSON Encoding

  • The JSON Encoding is an optional encoding that is used by the Astral Network.
  • The JSON Encoding can only be used with Typed Objects.
  • The JSON Encoding uses a container with "Type" and "Object" keys. The "Type" key contains the Object Type and the "Object" key contains the Payload encoded as a JSON object.
  • The exact way the Payload is encoded is described in the documentation of the specific Object Type.