Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dido:99_annexes:annex-b-terms-and-definitions:j:json [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:j:json [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== JavaScript Object Notation (JSON) ====== | ||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | JavaScript Object Notation (JSON) provides a lightweight, | ||
| + | |||
| + | JSON supports data exchange across programming languages, [[dido: | ||
| + | |||
| + | JSON differs from [[dido: | ||
| + | |||
| + | JSON also differs from [[dido: | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | // | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | ECMA-404 The JSON Data Interchange Syntax; specialized for use in the FX Demo Reference Architecture. | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | JSON is a syntax, not a semantic model. A JSON document gains domain meaning from its schema, vocabulary, field definitions, | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | A JSON trade message represents selected FX trade information as name-value pairs: | ||
| + | |||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | The JSON syntax represents the data. The associated schema, type system, conceptual model, and business rules define the meaning of '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | © 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc. | ||
| + | </ | ||