I need to be able to take an instance of a data type and do something like :convert to json. This exact feature apparently does not exist, but I’m wondering if there are work-arounds native to Bubble (preferred), or if someone could recommend a reliable 3rd party plugin to do this on the server side?
There’s two options. The one mentionned by @michal.friedrich using format as text or when you return data from API, by default, this is a JSON. However, you don’t choose how to format the JSON in this case.