I am currently trying to write a json string but seem to have an issue with it having same json properties multiple time in the json string?
"{\"internalName\":\"propulsion\",\"internalName\":\"descriptionsas\"}"
This ignores the second entry the first entry, since the second one overwrites it... how do i store both in the json string an deserialize it such that can get both strings?