Skip to content

BUG: Data returned for schedules and programs is not valid json #26

Open
@cwchapma

Description

@cwchapma

Most json parsers cannot parse multiple root objects. Would have to parse each line separately. Changing it to an array would fix that.

Data returned for schedules is currently:

{"stationID":"10130","programs":[...]}
{"stationID":"10131","programs":[...]}

Should probably be:

[
{"stationID":"10130","programs":[...]},
{"stationID":"10131","programs":[...]}
]

Same for programs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions