String nodeInputToJson(List<NodeInput> data) => json.encode(List<dynamic>.from(data.map((x) => x.toJson())));