Convert mongodb doc json to C Sharp code, power by quicktype.
# output to Model.cs
npx doc2cs input.json
# install
npm i -g doc2cs
# run, output to Model.cs
doc2cs input.json
doc2cs <input.json> [<model>] [<namespace>]
# <input.json> can be any json file
# output to `<model>.cs`