serde_json_any_key 1.0.0

Workaround for "key must be a string" error with serde_json. Serialize any HashMap<K,V>, Vec<K,V>, Iter<(&K,&V)>, or Iter<&(K,V)> as a JSON map.
Documentation