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.
1 parent f472bdb commit 9086628Copy full SHA for 9086628
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