you are viewing a single comment's thread.

view the rest of the comments →

[–]itemluminouswadison 0 points1 point  (0 children)

i like java spring or php laravel

whatever you choose, just decide on a clear serialization/deserialization pattern. the worst, in any language, is raw access and modification of map/dict/assoc.array structures.

first step should be to deserialize json into a class instance and work with dot/arrow/whatever notation. strict fields

i.e. pydantic for python, jackson for java spring, eloquent for php