From 5a6d4e4b8b2739f4b3520aa707421e99f5939e3e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 23 Jun 2024 19:23:02 -0400 Subject: Deprecate JSON output format --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e8747d5..bd3c276 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ to and including the next occurrence of "baz" on the same line). * `-i` `--ignore-case` perform a case-insensitive match * `-I` `--inplace` perform replacements or filtering in-place on files * `-e` `--explain` print an explanation of the matches -* `-j` `--json` print matches as JSON objects * `-l` `--list-files` print only filenames containing matches * `-r` `--replace ` replace the input pattern with the given replacement * `-s` `--skip ` skip over the given pattern when looking for matches @@ -150,7 +149,6 @@ File | Description -------------------------------|----------------------------------------------------- [bp.c](bp.c) | The main program. [files.c](files.c) | Loading files into memory. -[json.c](json.c) | JSON output of matches. [match.c](match.c) | Pattern matching code (find occurrences of a bp pattern within an input string). [pattern.c](pattern.c) | Pattern compiling code (compile a bp pattern from an input string). [printmatch.c](printmatch.c) | Printing a visual explanation of a match. -- cgit v1.2.3