Replies: 2 comments 5 replies
-
I think that it is string in dart that has an issue. Can you try with raw strings and report if that heps.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ra1u , Thank you for your quick feedback. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to update a JSON entry with the following command:
await Command.send_object((["JSON.SET", "myKey", "$.myfield", newValue]));
Issue is that "$.myfield" is not accepted by dart, it says "Expected an Identifier" and so it does not compile.
I tried to put $ alone like: "$", "json format.." but Dart still complains.. it does not like having a $.
Would someone know how to do a JSON UPDATE then using command.send_object ?
Thank you
Fabrice
Beta Was this translation helpful? Give feedback.
All reactions