Description:- Version 2
This extension made for Rapid Apis for both method Get method and Post method.
It is able to parse json data which is comes from got data event and got post data event. Parse json function gives the (true) value when json parse successfully else it gives (false) value. so you can modify the blocks as your requirements.
. How to set additional header:-
If you leave it empty (empty string check above get method and post method blocks) so it will work with default value content-type : application/json
Thank you so much for helping me while building this extension.
.--------------------------×-------------------------------
.
If you encounter any error feel free for get help here.
.
. Liked my work! Want to donate?
Thank you for your contribution
Please provide Kodular blocks, so we can see, rhat the extension also works in Kodular
And folllow the naming conventions
I found error this block not giving value from parsed JsonObject so I updated it now it is working with both array (return value from index 0) If json data is not containing any index then this works withJsonObject
In old extension this block Is only excepting JsonArray but now it also supports to Jsonobject.