RakuyoKit / JSONPreview

🎨 A view that previews JSON in highlighted form, it also provides the ability to format and collapse nodes.
MIT License
65 stars 13 forks source link

Add Swift Package Manager support #2

Closed alvarhansen closed 2 years ago

fillky commented 2 years ago

This is great! 🎉 Once it's merged I will integrate it. Did you try it out within SwiftUI?

alvarhansen commented 2 years ago

This is great! 🎉 Once it's merged I will integrate it. Did you try it out within SwiftUI?

I did not try it with SwiftUI. But I did try it with Catalyst and it worked fine there.

rakuyoMo commented 2 years ago

Thank you very much for your contribution, I will review the code a little later today and if there is no problem it will be merged to master.

For SwiftUI, I'm very sorry I don't have the knowledge of this part yet. I will learn it in the near future and try to get JSONPreview to support SwiftUI.

In the meantime anyone is welcome to submit a PR.