Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

Remove non-validating json parser #1177

Closed jjcnn closed 1 year ago

jjcnn commented 1 year ago

The option disable-validate-json was removed a while ago, but the code that performs the non-validating parsing was still present.

This PR removes it. Some helper functions were used by the Disambiguator tool (a migration tool that was used when we introduced disambiguation), but since the non-validating parsing was duplicated in the tool, I have simply moved the helper functions to the tool instead.