Restores this instance from the given JSON object.
Node fromJSON(Map<String,dynamic> json ) { index = json['index']; return this; }