mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-04-30 05:45:45 +08:00
Add some common use case examples to tests
This commit is contained in:
5
ArgoTests/JSON/array_root.json
Normal file
5
ArgoTests/JSON/array_root.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"foo",
|
||||
"bar",
|
||||
"baz"
|
||||
]
|
||||
7
ArgoTests/JSON/root_object.json
Normal file
7
ArgoTests/JSON/root_object.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"user": {
|
||||
"id": 1,
|
||||
"name": "Cool User",
|
||||
"email": "u.cool@example.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user