mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
73e69a5e84
* wip gcc16 * progress * minor gcc16 fixes * final step * Update include/simdjson/padded_string-inl.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update include/simdjson/padded_string.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * renaming test function --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"app_name": "MyApp",
|
|
"version": "1.0.0",
|
|
"port": 8080,
|
|
"debug": true,
|
|
"features": ["logging", "caching"],
|
|
"database": {
|
|
"host": "localhost",
|
|
"port": 5432
|
|
}
|
|
} |