Optimization to avoid JSON unmarshalling when strings match exactly (common case). Simple 1-line change instead of complex streaming rewrite for P3 issue.
16 KiB
16 KiB
Optimization to avoid JSON unmarshalling when strings match exactly (common case). Simple 1-line change instead of complex streaming rewrite for P3 issue.