toJson method

Map<String, dynamic> toJson()

Convert this program info to a JSON map using infoToJson to convert data attached to nodes into its JSON representation.

Implementation

Map<String, dynamic> toJson() => root.toJson();