jsonfinder icon indicating copy to clipboard operation
jsonfinder copied to clipboard

Properties should be URLencoded

Open halkon opened this issue 11 years ago • 0 comments

I have an object with dates formatted in mm/dd/yy as the keys. When I try to access the value of it, the url shows: #retailers/12/17/13, and won't let me see the values.

Also the breadcrumb is showing each part as retailers > 12 > 17 > 13 when it should be retailers > 12/17/13

URLencoding should fix the issue I am thinking?

halkon avatar Dec 18 '13 19:12 halkon