|
3 years ago | |
---|---|---|
.. | ||
src | 3 years ago | |
.gitignore | 4 years ago | |
README.md | 3 years ago | |
benchmark_config.json | 4 years ago | |
config.toml | 4 years ago | |
giraffe-newtonsoft.dockerfile | 3 years ago | |
giraffe-utf8json.dockerfile | 3 years ago | |
giraffe.dockerfile | 3 years ago |
This application tests Giraffe in 3 modes:
System.Text.Json
serializerUtf8Json
serializerNewtonsoftJson
serializerLanguage
Platforms
Web Servers
Web Stack
All source code is inside Program.fs
.
App listens for a single command line argument to pick the desired JSON implementation:
- `system`: `System.Text.Json`
- `utf8`: `Utf8Json`
- `newtonsoft`: `Newtonsoft.Json`