I have an example, but not getting how I can create it.

Qt Code:
  1. {
  2. "Version" : "1.0",
  3. "tap" : { },
  4. "notation" : { },
  5. "definition" :
  6. [
  7. {
  8. "tag":1,
  9. "Name" : "view1"
  10. }
  11.  
  12. {
  13. "tag":2,
  14. "Name" : "view2"
  15. }
  16. ]
  17. "images" :
  18. {
  19. "File" : "image.png",
  20. "Index" : 0,
  21. "Properties" : [ "black", "bold"]
  22. }
  23. }
To copy to clipboard, switch view to plain text mode 

Please give me a sample example which helps me to create this.