You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
236B

  1. {
  2. "count" : 1234,
  3. "name" : { "aka" : "T.E.S.T.", "id" : 123987 },
  4. "attribute" : [
  5. "random",
  6. "short",
  7. "bold",
  8. 12,
  9. { "height" : 7, "width" : 64 }
  10. ],
  11. "test": { "1" :
  12. { "2" :
  13. { "3" : { "coord" : [ 1,2] }
  14. }
  15. }
  16. }
  17. }