1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2024-01-28 18:55:32 -08:00
parent ea0f6493a2
commit c3746454ff

View File

@ -53,7 +53,7 @@ actively welcome your pull requests:
should not contain lists or dictionaries should not contain lists or dictionaries
This will make it easier to use tools like `jq` without requiring escaping of This will make it easier to use tools like `jq` without requiring escaping of
special characters, encapsulating key names in [""], keeps paths predictable, special characters, encapsulating key names in `[""]`, keeps paths predictable,
and makes iterating and searching for values easier. and makes iterating and searching for values easier.
**Examples** **Examples**