Next: , Previous: , Up: Back-Ends   [Contents]


7.2.2 JSON object keys

You can customize the keys of JSON objects to your needs. We recommend setting them in the init file. Example:

(setq standoff-json/markup-type-key "qualifiedName"
      standoff-json/relation-predicate-key "qualifiedName"
      standoff-json/attribute-name-key "qualifiedName")

Note that there standoff mode produces meta data on each object. The keys for these meta data can be customized, too.

(TODO: implement all of the following!)