This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
access:track_labeling [2015/11/26 00:38] mjallison |
access:track_labeling [2015/12/01 00:45] (current) mjallison [Proposed structure] |
||
---|---|---|---|
Line 25: | Line 25: | ||
Initial proposal for attributes: | Initial proposal for attributes: | ||
- | * "com.agtek.label", string, arbitrary value. | + | * "agtek.label", string, arbitrary value. |
Other attribute values can be added at a later time, provided applications retain the entire [[http://www.json.org|JSON]] object when updating tracks. Applications should ignore attribute fields which are not understood. | Other attribute values can be added at a later time, provided applications retain the entire [[http://www.json.org|JSON]] object when updating tracks. Applications should ignore attribute fields which are not understood. | ||
Line 33: | Line 33: | ||
* Android - org.json (part of runtime) | * Android - org.json (part of runtime) | ||
* IOS - NSJsonSerialization | * IOS - NSJsonSerialization | ||
- | * Java - org.json (part of runtime) | + | * Java - org.json (external library, available) |
* Web - Built into most web browsers | * Web - Built into most web browsers | ||
* Windows - Windows.Data.Json | * Windows - Windows.Data.Json |