1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

language hints

This commit is contained in:
Kelly Brazil
2021-09-23 21:22:01 -07:00
parent 651cbfe02f
commit 7a4ebcd1ec

View File

@@ -32,7 +32,7 @@ This will make it easier to use tools like `jq` without requiring escaping of sp
**Examples** **Examples**
Bad: Bad:
``` ```json
{ {
"Interface 1": [ "Interface 1": [
"192.168.1.1", "192.168.1.1",
@@ -44,7 +44,7 @@ Bad:
} }
``` ```
Good: Good:
``` ```json
[ [
{ {
"interface": "Interface 1", "interface": "Interface 1",