adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

import either json or ujson #25

Closed dhalbert closed 5 years ago

dhalbert commented 5 years ago

We're renaming ujson to json in 4.0.0. Tries to import json parser as either json or ujson for upward compatibility. Renames import to json_module to avoid conflicts with variables named json.