pyparsley/test/fictional.json

2 lines
1.2 KiB
JSON

{ "page": [ { "title": "title1", "nav": [ "home", "about" ], "post": [ { "title": "some post", "paras": [ "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ", "It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ", "It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum." ], "comments": [ { "title": "joe1", "paras": [ "This sux!", "No, really; it's awful!!!" ] }, { "title": "bob1", "paras": [ "who uses semi-colons?" ] }, { "title": "joe1.5", "paras": [ "who hyphenates semicolon?" ] } ] }, { "title": "another post", "paras": [ "I hate lipsum. It's hard to tell which post you're on.", "Obligatory second paragraph withlinebreaks" ], "comments": [ { "title": "suzy2", "paras": [ "FRIST POST!!!" ] }, { "title": "bob2", "paras": [ "grow up", "2nd post" ] } ] } ] } ] }