Skip to content

Commit

Permalink
Merge pull request #312 from se-omar/json-descs
Browse files Browse the repository at this point in the history
improve json descs
  • Loading branch information
brianvoe authored Jan 15, 2024
2 parents c3e0981 + 4557aba commit cf89421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func addFileJSONLookup() {
AddFuncLookup("json", Info{
Display: "JSON",
Category: "file",
Description: "Generates an object or an array of objects in json format",
Description: "format for structured data interchange used in programming, returns an object or an array of objects",
Example: `[
{ "first_name": "Markus", "last_name": "Moen", "password": "Dc0VYXjkWABx" },
{ "first_name": "Osborne", "last_name": "Hilll", "password": "XPJ9OVNbs5lm" },
Expand Down

0 comments on commit cf89421

Please sign in to comment.