Has anyone had problems with mapping JSON to a par...
# spring
d
Has anyone had problems with mapping JSON to a parameter like
@RequestBody data: MyClass
? I experience a weird behaviour of Spring: when number and order of properties in the sent JSON doesn’t match those in
MyClass
, the mapper loses some values.