I want to add elements to JSON object.
{"email":"[email protected]",
"password":"utheu",
"meta":
{
"screen_resolution":
{
"height":1080,
"width":1920
}
Above are the parameters. I want to add email, password and meta elements to JSON Object. I was able to add email and password but cannot successfully add the meta element.