Gnarus-G / rested

Language/Interpreter for easily defining and running requests to an http server.
GNU General Public License v2.0
2 stars 0 forks source link

Feat/value representation system #29

Closed Gnarus-G closed 11 months ago

Gnarus-G commented 11 months ago

realizing now that it's obvious how objects would/should be serialized at different nodes. currently only a body statement's expression is json stringified.

might consider leaving this up to the user with an extra syntax to specify json stringification.

Gnarus-G commented 11 months ago

now #19 is solved but only for builtin function which really the point.