
docc2json
Turn Apple DocC output into a web-friendly SDK JSON schema
51 followers
Turn Apple DocC output into a web-friendly SDK JSON schema
51 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.







AgentNotch
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?
AgentNotch
@ezrablack incremental updates are not needed, when whole build takes less then a second anyways. It's better it gets regenerated.