We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f472bdb + 9086628 commit 26ec01cCopy full SHA for 26ec01c
Sources/main.swift
@@ -282,7 +282,7 @@ do {
282
283
let symbolGraph = createSymbolGraph(from: openAPIDocument)
284
let encoder = JSONEncoder()
285
- encoder.outputFormatting = .prettyPrinted // For readable JSON
+ encoder.outputFormatting = .prettyPrinted
286
let jsonData = try encoder.encode(symbolGraph)
287
try jsonData.write(to: URL(fileURLWithPath: "symbolgraph.json"))
288
print("SymbolGraph saved to symbolgraph.json")
0 commit comments