0

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

user2297083
  • 168
  • 11

1 Answers1

1

Name the variable name with a string

{'name.raw':'Jhon'}
Burak Akyıldız
  • 1,550
  • 15
  • 25