You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2026-05-19 09:00:24 +02:00
97ee4ad4a2
As I added more and more cases, I found the dir structure hard to
navigate. The new structure follows how you read a type:
e.g. struct { F *string } -> struct/ptr_string
This exposed some redundant cases and some missing cases, too.