How to render stringified JSON nodes stored in the database? #1220
Unanswered
GhostsCode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone 👋,
I stored my nodes in the database using
JSON.stringify(values)
.Basically, what I'm doing right now is to do something like this:
Is there a better way out there or am I missing something?
Thanks 😃
Beta Was this translation helpful? Give feedback.
All reactions