fromJson static method
Implementation
static JotformAnswer fromJson(String json) {
return ensureInitialized().decodeJson<JotformAnswer>(json);
}
static JotformAnswer fromJson(String json) {
return ensureInitialized().decodeJson<JotformAnswer>(json);
}