I am creating some JSON on the fly, serializing it and saving it to the DB.
To run it, i create a script element, and load it that way.
Is there a way to load the script source to a textarea?
I am creating some JSON on the fly, serializing it and saving it to
Share
You don’t “run” JSON, JSON is a data notation.
Yes, you can put the text of a
scripttag into a text area, something along these lines:Example: