Himotoki is a type-safe JSON decoding library written purely in Swift. This library is highly inspired by the popular Swift JSON parsing libraries: Argo and ObjectMapper.
Himotoki has the same meaning of ‘decoding’ in Japanese.
- Just do JSON decoding (deserialization) well. JSON encoding (serialization) will not be supported going forward.
- Much simpler API.
- Fail-fast conditional model building. This is useful for some structs with non-optional let properties.
- No external dependencies.

Leave a Reply
You must be logged in to post a comment.