This website requires JavaScript.
Explore
Help
Sign In
opencultureconsulting
/
orcli
mirror of
https://github.com/opencultureconsulting/orcli.git
Watch
2
Star
0
Fork
You've already forked orcli
0
Code
Issues
Releases
Activity
c44785eb9f
orcli
/
tests
/
data
/
example.json
17 lines
170 B
JSON
Raw
Normal View
History
Unescape
Escape
import json and jsonl: first draft
2023-10-28 18:07:08 +02:00
[
{
"a"
:
1
,
"b"
:
2
,
"c"
:
3
}
,
{
"a"
:
0
,
"b"
:
0
,
"c"
:
0
}
,
{
"a"
:
"$"
,
fix tests by using / instead of \ in example data
2024-12-11 23:19:11 +01:00
"b"
:
"/"
,
import json and jsonl: first draft
2023-10-28 18:07:08 +02:00
"c"
:
"'"
}
]