Hello. Currently, implementation of JSON built-in uses isalpha and isdigit functions. Instead, helpers from lit_char should be used. After the replacement is performed, `isalpha` and `isdigit` functions should be removed.