|
|
vor 1 Jahr | |
|---|---|---|
| .. | ||
| src | vor 1 Jahr | |
| .gitignore | vor 4 Jahren | |
| README.md | vor 1 Jahr | |
| benchmark_config.json | vor 1 Jahr | |
| config.toml | vor 1 Jahr | |
| giraffe-newtonsoft.dockerfile | vor 1 Jahr | |
| giraffe.dockerfile | vor 1 Jahr | |
This application tests Giraffe in 2 modes:
System.Text.Json 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`
- `newtonsoft`: `Newtonsoft.Json`