Dictionary

public extension Dictionary where Key == String

Helper methods for extracting data from Michelson JSON, to reduce the amount of as? [String: Any] extracting, and instead use some of the standarad naming

Available where Key == String