From 524cc43b851cfd09d841490f32a684e3cd3215ae Mon Sep 17 00:00:00 2001 From: Matheus Marabesi Date: Mon, 30 Aug 2021 22:45:16 +0200 Subject: [PATCH] Update README.md Info about the json unity behavior --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 620115a..c7ce7fd 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# json-utility-tool \ No newline at end of file +# json-utility-tool + +## Format + +As a user I want to be able to: + +1. format a json that comes from the copy area +2. optionally I want to upload a json document and format it + +When trying to format the json, if it is invalid I would like to receive a message with the possible error. + +## Search + +As a user I want to be able to: + +1. Search through the json as a regular string +2. Search for specific child nodes in a xpath like notation +