You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
not really. its just extra tv guide like ppv and other sports schedule thats not on the free epgshare site
Describe the solution you'd like
using data from json we can map special events.
Parse the JSON:
Load the JSON data into a data structure (e.g., a dictionary or object) in your programming language.
Transform the Data:
Map the JSON data structure to the desired XML structure.
Create the XML tags and attributes based on the JSON data.
Generate the XML:
Output the transformed data as an XML string or file.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Is your feature request related to a problem? Please describe.
not really. its just extra tv guide like ppv and other sports schedule thats not on the free epgshare site
Describe the solution you'd like
using data from json we can map special events.
Parse the JSON:
Load the JSON data into a data structure (e.g., a dictionary or object) in your programming language.
Transform the Data:
Map the JSON data structure to the desired XML structure.
Create the XML tags and attributes based on the JSON data.
Generate the XML:
Output the transformed data as an XML string or file.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
here is the data from https://daddylive.mp/schedule/schedule-generated.json
there are other json data but i think they are not free.
The text was updated successfully, but these errors were encountered: