|
|
пре 2 година | |
|---|---|---|
| .. | ||
| src | пре 2 година | |
| .gitignore | пре 4 година | |
| README.md | пре 4 година | |
| benchmark_config.json | пре 4 година | |
| config.toml | пре 4 година | |
| giraffe-newtonsoft.dockerfile | пре 2 година | |
| giraffe-utf8json.dockerfile | пре 2 година | |
| giraffe.dockerfile | пре 2 година | |
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`