Modify json.md title and category, motivated by JSON not being a

software, per se.

Signed-off-by: keyboardan <keyboardan@tilde.club>
This commit is contained in:
keyboardan
2026-07-27 09:41:39 +00:00
committed by deepend
parent 0a41444a54
commit bd9ac7932d

View File

@@ -1,6 +1,6 @@
--- ---
title: JSON title: Using JSON in tilde.club
category: software category: tutorials
--- ---
JSON is the "Javascript Object Notation", basically a file format for JSON is the "Javascript Object Notation", basically a file format for
@@ -18,4 +18,4 @@ JSON on standard input and produces JSON on standard output. Along the
way in the middle you can do various standard sorts of file munging on way in the middle you can do various standard sorts of file munging on
a field by field basis. a field by field basis.
[Documentation for `jq` is in its manual.](http://stedolan.github.io/jq/manual/) [Documentation for `jq` is in its manual.](http://stedolan.github.io/jq/manual/)