Cannot import a valid JSON structure with Add new JSON structure action

0
I have response from a server in JSON format which i need to convert to  “Import Mapping”. My reponse is definitely a valid json structure. But I can’t import it. Looks like mendix has some restrictions for special characters.  Attaching a reference screenshot below. Is there a workaround for this ?
asked
1 answers
0

Your JSON is invalid, as you have properties, with ‘::’ in them, which is not allowed.

 

For example, you have an element called BOM::42177 in your JSON. If you remove these invalid characters you can import it in Mendix

answered