queryObject
window.location.queryObject();
// Output: { page_id: 12, active: true, category: "books",token:"8b3a2ca1fa73n31e" }window.location.queryObject();
// Output: { user: { name: 'John', age: 30 } }window.location.queryObject();
// Output: { tags: ['js', 'html', 'css'] }window.location.queryObject();
// Output: { user: { hobbies: ['coding', 'reading'] } }Key Features
Notes
Last updated