I want to pass array in deeplink or in some url. How can i pass it? This is what I've tried.
xcrun simctl openurl booted "some-scheme://<pageName>?value=[7,8]"
but now [] are getting encoded . Also if i want to pass array of objects then how should it be passed?