This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:01_family_of_standards:05_wip:ddsjson [2020/09/21 16:35] murphy [Scope] |
ddsf:public:guidebook:06_append:01_family_of_standards:05_wip:ddsjson [2021/07/14 15:55] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== OMG: DDS Consolidated JSON Syntax (DDS-JSON) ====== | ====== OMG: DDS Consolidated JSON Syntax (DDS-JSON) ====== | ||
| - | [[ddsf:private:cookbook:06_append:01_family_of_standards| return to the DDS Family of Standards ]] | + | [[ddsf:public:guidebook:06_append:01_family_of_standards:start| return to the DDS Family of Standards ]] |
| <table> | <table> | ||
| Line 6: | Line 6: | ||
| | Title | DDS Consolidated JSON Syntax | | | Title | DDS Consolidated JSON Syntax | | ||
| | Acronym | DDS-JSON | | | Acronym | DDS-JSON | | ||
| - | | Version | 1.0 beta | | + | | Version | 1.0 | |
| - | | OMG Document Number | ptc/19-07-01 | | + | | OMG Document Number | formal/20-12-01 | |
| - | | Release Date | July 2019 | | + | | Release Date | February 2021 | |
| | About Specification | [[https://www.omg.org/spec/DDS-JSON/]] | | | About Specification | [[https://www.omg.org/spec/DDS-JSON/]] | | ||
| - | | Document | [[https://www.omg.org/spec/DDS-JSON/1.0/Beta1/PDF]]| | + | | Document | [[https://www.omg.org/spec/DDS-JSON/1.0/PDF]]| |
| </table> | </table> | ||
| Line 16: | Line 16: | ||
| ===== Scope ===== | ===== Scope ===== | ||
| - | : //JavaScript Object Notation (JSON) is a lightweight language-independent text format to represent structured data. Originally inspired by the object literals of JavaScript, JSON has become a extremely popular mechanism for data interchange; information storage, with built-in support in many database management systems; and structured document definition. // \\ | + | : //[[ddsf:public:guidebook:06_append:glossary:j:json|JavaScript Object Notation (JSON)]] is a lightweight language-independent text format to represent structured data. Originally inspired by the object literals of JavaScript, JSON has become a extremely popular mechanism for data interchange; information storage, with built-in support in many database management systems; and structured document definition. // \\ |
| - | : //This specification defines a consolidated JSON syntax to represent DDS resources and data. That is, syntax to represent the [[ddsf:private:cookbook:06_append:glossary:d:data_distribution_service_dds]] Type System, DDS [[ddsf:private:cookbook:06_append:glossary:q:quality_of_service_qos_policies|QoS]] Policies, DDS Entities and Applications, and DDS Data Samples using JSON. The syntax defined in this specification can be used as an alternative to the existing XML syntax to represent DDS resources and data defined in [[ddsf:private:cookbook:06_append:01_family_of_standards:03_ext:ddsxml|[DDS-XML]]].// | + | : //This specification defines a consolidated JSON [[ddsf:public:guidebook:06_append:glossary:s:syntax|syntax]] to represent DDS resources and data. That is, syntax to represent the [[ddsf:public:guidebook:06_append:glossary:d:data_distribution_service_dds]] Type System, DDS [[ddsf:public:guidebook:06_append:glossary:q:quality_of_service_qos_policies|QoS]] Policies, DDS Entities and Applications, and DDS Data Samples using JSON. The syntax defined in this specification can be used as an alternative to the existing XML syntax to represent DDS resources and data defined in [[ddsf:public:guidebook:06_append:01_family_of_standards:03_ext:ddsxml|[DDS-XML]]].// |
| /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||