Files
filament/tools
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
..
2023-03-23 09:31:01 -07:00
2023-09-20 10:16:55 -07:00
2023-09-20 10:16:55 -07:00
2023-09-20 10:16:55 -07:00
2024-01-11 12:47:11 -08:00
2023-09-20 10:16:55 -07:00
2023-09-12 20:28:46 +00:00
2023-09-20 10:16:55 -07:00