class JSONExperimentParser
(source)
Default JSON parsing implementation
JSONExperimentParser()
Default JSON parsing implementation |
fun fromJson(jsonObject: JSONObject): Experiment
Creates an experiment from its json representation |
|
fun toJson(experiment: Experiment): JSONObject
Converts the specified experiment to json |