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
am I missing something here? If I want to encode one example to a json map:
{
"form": [
{
"key": "informations",
"properties": [
"key": "identifier",
"fields": ["1", "2", "3", "4", "5"],
"title": "This is my title",
"description": "This is my description",
"type": "multiple",
]
}
]
}
I noticed the "properties" is a list, but inside are key value pairs, which looks more like a map, however changing properties to a map "properties" = { } also doesnt work.
What am I doing wrong?
Daniel
The text was updated successfully, but these errors were encountered:
Hi,
am I missing something here? If I want to encode one example to a json map:
I noticed the
"properties"
is a list, but inside are key value pairs, which looks more like a map, however changing properties to a map"properties" = { }
also doesnt work.What am I doing wrong?
Daniel
The text was updated successfully, but these errors were encountered: