mercredi 21 février 2018

Get type from string termname

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