Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

When uploading, a Dictionary File may replace all existing Dictionary Entries (if any), or merge into them. When merging, only the value field is examined – code and ordr are ignored. As an example, if this Dictionary Entry already exists:



No Format
{ "code": "abc", "value": "foo" }



and the following entry is uploaded:

No Format
{ "code": "def", "value": "foo" }

on merge,  the abc code will remain and the def code will not be added, since only value is examined and the value foo is already present.


Info

A Dictionary with no entries is a valid file, and can be used to create an empty Dictionary (or empty an existing one).