•  
      request #32991 Empty semantics export as JSON empty array instead of empty struct
    Infos
    #32991
    Guilhem Bonnefille (CS) (gbonnefille)
    2023-07-11 14:38
    2023-07-07 13:46
    34575
    Details
    Empty semantics export as JSON empty array instead of empty struct

    Given tracker with no semantics defined,
    When I request the tracker via GET /trackers/{id}
    Then the semantics sub-field is valued as [] (empty array).
    And then my golang JSON deserializer failed as it expect a structure (with optional parameters) but not an empty array.

    API
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2023-07-11
    Attachments
    Empty
    References

    Follow-ups