📝 added example for sax_parse
This commit is contained in:
parent
5ad52f4167
commit
c6a482b16c
6 changed files with 137 additions and 2 deletions
2
doc/examples/sax_parse.output
Normal file
2
doc/examples/sax_parse.output
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(start: object) (key: Image) (start: object) (key: Width) (value: 800) (key: Height) (value: 600) (key: Title) (value: View from 15th Floor) (key: Thumbnail) (start: object) (key: Url) (value: http://www.example.com/image/481989943) (key: Height) (value: 125) (key: Width) (value: 100) (end: object) (key: Animated) (value: false) (key: IDs) (start: array) (value: 116) (value: 943) (value: 234) (value: 38793) (end: array) (key: Distance) (value: 12.723374634) (end: object) (end: object)
|
||||
result: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue