How to pass JSON data to another window using window.open
I wanted to pass this object in the Javascript Window.open() parameters but so far i havent found anything helpful
{
name:"xxx",
age:21,
country:"xxx"
}
im a beginner in this so i havent really tried anything else