Hi,
Has anyone created the Go struct necessary to unmarshal the JSON
sent via the POST
method? Would you be willing to share it?
I've been using the default GET
method for server side processing with a Go backend, but the parsing is error prone and I would prefer to have an unmarshal library do this for me.
If I have to invent the wheel here, is there a spec for the JSON
sent by the POST
method? I see the server side processing page [https://datatables.net/manual/server-side], but that seems more suited to the GET
method. I imagine the correlation to POST
is pretty high, but a document meant for a JSON
endpoint would be useful.
Of course, I'll run lots of examples being sure to capture the JSON of various configurations, keeping a keen eye on the server side processing page all the while. But if I could stand on the shoulders of anyone who's already blazed this trail, that would be awesome!
Thanks,
Stergios