I want to send json data in url as below . editTest.jsp?details=123456789-{\"aNumber\":2} How can I do this?
URL encode your details parameter: