Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added JsonKey to abstract over usize/String
Arrays have usize indices, obejcts use String. To make them comparable, it's most efficient to use an enum.
- Loading branch information