Add helper for object creation from JSON string#430
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 85.33% 85.32% -0.02%
==========================================
Files 175 175
Lines 8946 8953 +7
Branches 3924 3926 +2
==========================================
+ Hits 7634 7639 +5
- Misses 504 506 +2
Partials 808 808
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Artifact Size Comparison 📦
|
Benchmarks clangBenchmark execution time: 2025-07-23 11:28:58 Comparing candidate commit 34fe167 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Benchmarks gccBenchmark execution time: 2025-07-23 11:29:50 Comparing candidate commit 34fe167 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Benchmarks clang-pgoBenchmark execution time: 2025-07-22 13:23:31 Comparing candidate commit 2eda66c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
This PR adds a new helper for object creation from a JSON string, taking advantage of the recently introduced JSON parser. This can be used to speed up the generation of configurations either at startup or on updates.
The new function signature is the following: