Open leninlin opened 4 years ago
Any changes to stringify would need to be mirrored in parse, so things can round trip.
I'll think about it now
I'm not yet convinced that this complexity is worth adding, but I appreciate you've made it appropriately generic.
No problems. I can use fork for myself.
Maybe something like that?
@leninlin are you still interested in completing this PR?
I added the ability to compile the query string using a custom function for arrays and objects.
I need this to work with the Python REST framework (https://github.com/AltSchool/dynamic-rest):
I added a function with curly brackets to the default list, but custom functions for the future will be useful for such situations.