Skip to content

Get rid of all XML support #1149

@prioux

Description

@prioux

We have some control APIs that use XML and the main CBRAIN API also supports returning information in XML. However, XML documents break when keys are purely numeric. So we had to resort to horrible things like creating string like "T#{id}" as keys in some structures just so they could be serialized as XML.

If we just get rid completely of the XML support and only support JSON, this problem goes away and we can simplify the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIAPI issues or Swagger descriptionPriority: LowTo implement when someone actually requests it!Refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions