Marshal is a library to marshal JSON-representable data from JSON to class instance to Mongo and vice versa.
npm install @marcj/marshal
This is the main module of marshal you can install in your frontend and/or backend project.
````
npm install @marcj/marshal
See the main documentation at marshal.marcj.dev for more information.