[RELEASED / FREE] Clean JSON

Hi everyone!
I’ve released a new plugin to help with some JSON limitation in Bubble API Connector

Clean JSON

4 Actions:
A) Clean JSON. Will remove null and empty “” key
B) Remove Empty key value JSON. Will only remove empty “” value and key pair
C) Replace Empty by null JSON. Will replace empty “” value by null
D) Replace “null” by null JSON

Example for Clean JSON Action:
Example
{ "id": "12345", "date":"", "line": [{ "id": "line123","data":null }]}
Result:
{"id":"12345","line":[{"id":"line123"}]}

https://sandboxjc.bubbleapps.io/version-test/jsonnull

9 Likes

thanks jean. im getting null in my calculations when the expression divides by 0. like “33/0” it returns null.

so ill have to implement this somehow. ill set up another meeting with you when ready. still working on things.