Basically I want to read untyped JSON into a type that's specified by a string. Pseudocode.
def getObject(json: Json, typeString: String): TermName(typeString) = extract[TermName(typeString)](json)
Aucun commentaire:
Enregistrer un commentaire