We have a debate at our company on the usage of queryparams like ?arg0=42&arg1&arg2
should be implemented or not. For me it feels strange and I would like to have arg1
and arg2
asigned values like true
or similar.
So my question is if the approach has some weaknesses or is entirely okay.
Edit: To give more details: We are designing an interface serving jsons. So may deserializing/unmarshalling is an issue here. Platforms using this interface could be java-, objective-c- or c#-based.