- Goal: Convert SQL Query result into JSON Objects. Here is an example of what i mean.
What I currently have:
What I want:
-
Steps: Guessing i need to transform the result using JS somehow, just havn't worked with Javascript that much.
-
Details: Ultimately, I want to pass that JSON data through an API. This would also ideally be displayed in the JSON editor prior to passing it through an API.