Plugin details
Work with JSON data inside your app. Read & write. Store complex data structures easily a single text field.
Why you might want this?
-Make use of JSON to store app data.
-Store JSON anywhere such as database text field, a page state, browser cookle/localstorage, accept json input from users, the list goes on.
-Simplify /speed up complex DB calls -- Working with the Bubble DB, especially on advanced queries with multiple related types, can be slow and have large server overhead. By reading from and writing to a single text field you can save significant work
-If you are using complex / limiting Regex to parse JSON.
NOTE: This plugin does not have support for Backend (API) workflows... yet