2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-02 10:15:22 +00:00
bazel-lib/lib/tests/jq/a_pretty.json

11 lines
84 B
JSON
Raw Normal View History

2021-12-09 00:47:45 +00:00
{
"foo": "bar",
"value": 123,
"moo": [
1,
2,
3
],
"a": true
}