-
-
Notifications
You must be signed in to change notification settings - Fork 960
Open
Description
API Platform version(s) affected: x.y.z
4.1.14
Description
There is an encofing issue with SF 7.4 when JsonStreamer is enabled:
SF 7.3
[
{
"cities": [
{
"name": "Paris"
},
{
"name": "La Rochelle"
}
]
}
]
SF 7.4
[
{
"cities": {
"0": {
"name": "Paris"
},
"1": {
"name": "La Rochelle"
}
}
}
]
Weirdly, manually using JsonStreamer with SF 7.3 produces the 7.4 result. Only APIP + SF 7.3 is correct.
Also on tests(maybe separate issue ?), the client created with ApiTestCase receive no content with 7.4 and JsonStreamer enabled (works in 7.3).
How to reproduce
https://github.com/simondaigre/apip-repro
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels