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 Search feature #13

Closed rakuyoMo closed 3 months ago

rakuyoMo commented 3 months ago

Through the JSONPreview.search(_:) method, json content can be searched and highlighted (the highlighting function is configurable).

Simulator Screenshot - iPhone 15 Pro - 2024-03-25 at 17 48 53

Please check the demo for details.