datanode_viewer_json.json 356 B

12345678910111213141516171819
  1. {
  2. "name": "Sample Data",
  3. "type": "Example JSON",
  4. "attributes": {
  5. "id": 123,
  6. "description": "A simple JSON structure for demonstration",
  7. "values": [
  8. 1,
  9. 2,
  10. 3,
  11. 4,
  12. 5
  13. ],
  14. "nested": {
  15. "flag": true,
  16. "count": 10
  17. }
  18. }
  19. }