initial commit for json-path
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"tool":
|
||||
{
|
||||
"jsonpath":
|
||||
{
|
||||
"creator":
|
||||
{
|
||||
"name": "Jayway Inc.",
|
||||
"location":
|
||||
[
|
||||
"Malmo",
|
||||
"Stockholm",
|
||||
"Copenhagen",
|
||||
"San Francisco",
|
||||
"Karlskrona",
|
||||
"Halmstad",
|
||||
"Helsingborg"
|
||||
]
|
||||
},
|
||||
|
||||
"current release": "2.1"
|
||||
}
|
||||
},
|
||||
|
||||
"book":
|
||||
[
|
||||
{
|
||||
"title": "Beginning JSON",
|
||||
"author": "Ben Smith",
|
||||
"price": 49.99
|
||||
},
|
||||
|
||||
{
|
||||
"title": "JSON at Work",
|
||||
"author": "Tom Marrs",
|
||||
"price": 29.99
|
||||
},
|
||||
|
||||
{
|
||||
"title": "Learn JSON in a DAY",
|
||||
"author": "Acodemy",
|
||||
"price": 8.99
|
||||
},
|
||||
|
||||
{
|
||||
"title": "JSON: Questions and Answers",
|
||||
"author": "George Duckett",
|
||||
"price": 6.00
|
||||
}
|
||||
],
|
||||
|
||||
"price range":
|
||||
{
|
||||
"cheap": 10.00,
|
||||
"medium": 20.00
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"username": "oracle",
|
||||
"password":
|
||||
{
|
||||
"current":
|
||||
{
|
||||
"value": "Java_SE_8",
|
||||
"created": 1397754000000
|
||||
},
|
||||
|
||||
"old":
|
||||
[
|
||||
{
|
||||
"value": "Java_SE_7",
|
||||
"created": 1312650000000
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"username": "sun",
|
||||
"password":
|
||||
{
|
||||
"current":
|
||||
{
|
||||
"value": "Java_SE_6",
|
||||
"created": 1168448400000
|
||||
},
|
||||
|
||||
"old":
|
||||
[
|
||||
{
|
||||
"value": "J2SE_5.0",
|
||||
"created": 1099069200000
|
||||
},
|
||||
|
||||
{
|
||||
"value": "J2SE_1.4",
|
||||
"created": 1025542800000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user