My json object looks like this
{
name.raw:John
}
How would I create the corresponding json simple object "name.raw". I am facing issues due to the dot in name
My json object looks like this
{
name.raw:John
}
How would I create the corresponding json simple object "name.raw". I am facing issues due to the dot in name