JsonRemedy.Layer3.LiteralProcessors (json_remedy v0.1.3)
View SourceLiteral processing functions for Layer 3 syntax normalization.
Handles replacement of boolean and null literals (True/False/None → true/false/null) using optimized single-pass processing with proper word boundary detection.
Summary
Functions
Find matching literal at current position.
Optimized single-pass implementation of normalize_literals.