android-components / mozilla.components.service.fretboard / JSONExperimentParser

JSONExperimentParser

class JSONExperimentParser (source)

Default JSON parsing implementation

Constructors

<init>

JSONExperimentParser()

Default JSON parsing implementation

Functions

fromJson

fun fromJson(jsonObject: JSONObject): Experiment

Creates an experiment from its json representation

toJson

fun toJson(experiment: Experiment): JSONObject

Converts the specified experiment to json