beefweb
beefweb copied to clipboard
Allow to pass query string parameters via JSON
This is completely unreadable, but provides convenient way to encode arrays and other complex stuff using standard tools.
Example: GET /api/query?jsonq=<json_url_encoded>
Magic jsonq
parameter would be handled the same way as JSON in POST
body.
Would you please explain, why/what for arrays should be committed to the API?
Or what could be "complex stuff" ?
I'm just curious....