From 453f043ef05bb0c5bcc934fd3e623c61281f09eb Mon Sep 17 00:00:00 2001 From: Hugo Lim <70784722+hugoatjoget@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:16:27 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4311838..84d1f7b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This plugin works just like the default bundled JSON Tool in Joget, but with the following added abilities:- --with GET, PUT and POST methods. --Send files in POST method. --Receive file and store into a Joget form file upload. --Save response status to a Joget form record or workflow variable. --Format the JSON response prior to storing into Joget form record or workflow variable. +- with GET, PUT and POST methods. +- Send files in POST method. +- Receive file and store into a Joget form file upload. +- Save response status to a Joget form record or workflow variable. +- Format the JSON response prior to storing into Joget form record or workflow variable. The plugin's base implementation can be found on the Joget Community Github page [here](https://github.com/jogetworkflow/jw-community/blob/7.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/app/lib/JsonTool.java).