Replies: 2 comments 2 replies
-
The current solution is
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A custom JSON parsing filter is most likely the right solution. Another option would be to parse the data before it's passed to the template. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The fields stored in my database are JSON strings, and I want to convert this field directly into a variable on the template page, and then output each content in JSON through this variable, or is there any other way to directly output it?
Beta Was this translation helpful? Give feedback.
All reactions