Search code examples
expressmarshallingflask-restful

Marshal flask for express js


I'm looking for a module that do the same as marshal for python flask restful.

Put object into a function and send it with good attributes as a json object.

Do you know something like that for node/express ? :)

Thanks !! Have a nice day !


Solution

  • I've found the solution, I made my own npm package. There it is: marshalizer