hermes
hermes copied to clipboard
Add missing conversions in types/__init__
During testing in #410 we discovered missing type conversions from list and json dict to expanded_json in the init.
- ld_dict.is_json_dict
- lambda c: isinstance(c, list) Suggestions are in the PR.