Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 392 Bytes

json.rst

File metadata and controls

21 lines (14 loc) · 392 Bytes

JSON (de)serialization

JSONSerializer converts Models to JSON objects & back.

Models

Mapping classes must extend Model or it's subclass.

@Key Annotation

  • name
  • optional

Nested JSON Objects

Use JSONSerializer.__ separator in name element to access nested objects fields.