Which Swift JSON library do you recommend?

We don’t recommend anything specific but I have personally liked Swift Codables for encoding / decoding from JSON/ Swift Objects. Of course you would still need to map the native objects (“POSO”) to Document types. This repo is a bit dated (a year ago) but the concepts should apply to latest swift version - feel free to submit a PR if you update it to latest :slight_smile:

1 Like