reagento / adaptix

An extremely flexible and configurable data model conversion library.
https://adaptix.readthedocs.io
Apache License 2.0
365 stars 23 forks source link

Add support for Tagged Union #186

Open zhPavel opened 2 years ago

zhPavel commented 2 years ago

Parser of this union must determine which variant it is by matching a special tag.

There are should be two modes:

  1. "Jelly" -- tag located inside other model fields
  2. "Box" -- root dict contains tag key and data key