电速宝智配引擎
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

test.json 514B

1234567891011121314151617181920212223
  1. {
  2. "elements": [
  3. {
  4. "type": "element",
  5. "name": "a",
  6. "attributes": {
  7. "x": "1"
  8. },
  9. "elements": [
  10. {
  11. "type": "element",
  12. "name": "b",
  13. "elements": [
  14. {
  15. "type": "text",
  16. "text": "bye!"
  17. }
  18. ]
  19. }
  20. ]
  21. }
  22. ]
  23. }