Launched this week

docc2json
Turn Apple DocC output into a web-friendly SDK JSON schema
48 followers
Turn Apple DocC output into a web-friendly SDK JSON schema
48 followers
Apple DocC is great inside Xcode, but hard to reuse elsewhere. docc2json parses DocC JSON output and converts it into a clean, structured SDK schema optimized for web documentation sites, IDE tooling, and analysis.







Carpal Tunnel Exercise
This is cool. I should be able to use this.
How does this handle DocC symbol relationships and availability metadata across platforms, and can the generated JSON be incrementally updated to support versioned SDK docs without full reprocessing?
Carpal Tunnel Exercise
@ezrablack incremental updates are not needed, when whole build takes less then a second anyways. It's better it gets regenerated.