TODO 388 B

123456789101112131415161718192021
  1. - Move over to standard and clear JSON format:
  2. All files should be of the form:
  3. {
  4. "test1name":
  5. {
  6. "test1property1": ...,
  7. "test1property2": ...,
  8. ...
  9. },
  10. "test2name":
  11. {
  12. "test2property1": ...,
  13. "test2property2": ...,
  14. ...
  15. }
  16. }
  17. Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values.