• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

Data formats for Traveller

robject

SOC-14 10K
Admin Award
Marquis
I have one and only one request regarding new software tools for Traveller. If they are design tools, I would like the output to be in a standard structured text format which has broad support. My preferences would be one of YAML, JSON, and XML: pick the one that's easiest to use in your application and provide read and write to that format.

We don't have to agree on the data structure itself. Translators can be written.

To sum up, the format of data files should be parseable with an included library and one line of code.

my data = XML.parse( textFromFile ). // or YAML, or JSON...
 
Back
Top