#如何把jsonpath
store.book.category:["reference","fiction","fiction","fiction"]
store.book.author:["Nigel Rees","Evelyn Waugh","Herman Melville","J. R. R. Tolkien"]
store.book.title:["Sayings of the Century","Sword of Honour","Herman Melville","The Lord of the Rings"]
store.book.price:[8.95,12.99,8.99,22.99]
store.book.isbn:[null,null,"0-553-21311-3","0-395-19395-8"]
store.bicycle.color:["red"]
store.bicycle.price:19.95
#变为json呢?