How to add text inside json property names, without knowing what properties are there?
I am getting a json input with a huge number of properties, and a variable structure so we don't know the properties beforehand.I need to add a prefix to each property name, except when the property name starts with the @ character.For example, for a...