mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
language hints
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user