gardners / surveysystem

System for on-line and off-grid survey preparation and submissions
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

(proposal) backend: nextquestons fcgi - remove Json serialisation #187

Open RoboSparrow opened 5 years ago

RoboSparrow commented 5 years ago

supply questions as they are defined by the manifest (multiline colon separated string)

Simplify backend by removing the dependency to kjson serializer. The other alternative would have been inevitably been to add a json parser as well, for incoming requests

RoboSparrow commented 5 years ago

see also #159