geval/test/jsonl-simple/jsonl-simple-solution/test-A/out.jsonl

4 lines
220 B
Plaintext
Raw Normal View History

2019-02-13 17:53:30 +01:00
{"id": 0, "root":{"foo":"bar", "items":[{"aaa":12, "bbb":"x"}, {"aaa":14, "bbb":"a"}]}}
{"id": 1, "root":{"foo":"baz", "items":[{"aaa": 13, "bbb":"y"}]}}
{"id": 2, "root":{"foo":"baz", "items":[{"aaa":3, "bbb":"abc"}]}}