'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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source