How do I access json? #221
-
I'm using jx:each(items="jdbc.query()") from Postgres. The table has a json column, what would it be converted to in Java? Is it an object, a string..? I tried the accessing methods like foo['bar'], foo.get('bar') and they didn't work. Is there any workaround? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
SoltauFintel
Oct 17, 2022
Replies: 1 comment
-
JXLS (or JEXL) has no JSON support. Here's a solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SoltauFintel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JXLS (or JEXL) has no JSON support. Here's a solution: