You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StringMatch operator has two arguments, the first one is a JSON map:
It is easy to input a JSON map with one key:
{"data":true}
But when trying to add another key, like
{"data":true,"from":true}
It is not possible to write the comma after the first "true", because sheikah auto formats the JSON and removes the comma. The only way to enter the desired JSON is to use an external editor, and copy-paste the value.
So Sheikah should not remove that comma and let the user write freely.