mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)
https://mholt.github.io/json-to-go/
MIT License
4.48k stars 473 forks source link

make non-matching types in arrays type "any" #133

Closed grische closed 1 month ago

grische commented 1 month ago

This fixes #26

mholt commented 1 month ago

Thanks!

I'm a bit pressed for time; I am wondering if you would like to be a collaborator on this repo so you can make patches in a branch instead of a fork, and commit them yourself? I appreciate that you've written tests for them. I'll send you an invite.

grische commented 1 month ago

@mholt thanks for the invite! I was thinking of creating a small CI to at least run the tests and those would only trigger on PRs. If you don't mind, I would continue open PRs, wait for the CI and then merge them myself.

mholt commented 1 month ago

That sounds good to me. Thanks so much for helping with this!