dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Add non-bmp property that can be allowed/forbidden #28

Open julienbaley opened 6 years ago

julienbaley commented 6 years ago

Cf issue #27. This is separating the case of non-BMP characters from the general non-portable property. It has the same default behaviour as non-portable.

julienbaley commented 6 years ago

This means that --allow=non-portable does not allow non-BMP any more. I don't know if this is some behaviour that you would want to keep or if it's a reasonable change.