Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 421 Bytes

KeyValue.md

File metadata and controls

21 lines (16 loc) · 421 Bytes

Key-Value Object

A key-value object. The key is a string and the value is a string or another key-value object.

Schema

Key Type Description
[key] String or KeyValue The key is a any string and the value is a string or another key-value object

Example

{
  "homepage": "mob.near/widget/Welcome",
  "view": {
    "theme": "dark",
    "language": "en"
  }
}