Move JSONDict and JSONValue types into djblets.util.json_utils.

Review Request #12812 — Created Jan. 26, 2023 and updated

chipx86
Djblets
release-3.x
djblets

In 3.1, I introduced JSONDict and JSONValue types, which I put into
djblets.db.fields.json_field.

We actually have djblets.util.json_utils, which is a better place for
these. This change moves those here and deprecates (but retains) the old
ones.

Unit tests passed.

Summary
Move JSONDict and JSONValue types into djblets.util.json_utils.
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
maubin
  1. Ship It!
  2. 
      
Loading...