Files
filament/tools/matc
Sungun Park 20ff230b92 Fix a json parsing bug (#7490)
When parsing a lexeme, we use one less byte than it's intended to be for
comparing the current string.

This results in a success in cases like:
- true and truX
- false and falsX
- null and nulX
where X means an arbitrary character.

Fix this by the full intended length.
2024-01-11 12:47:11 -08:00
..
2024-01-11 12:47:11 -08:00
2022-09-27 15:52:40 -07:00
2022-09-27 15:52:40 -07:00