{"uid":"cap_vJlb4-cQ1PAMGrpKDC6rX","slug":"kihustle-ndjson-to-array-converter-2aadbf6e","name":"KiHustle NDJSON to Array Converter","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/agents/api/v1/ndjson-to-array","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"ndjson":{"type":"string"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_K2QpFgyDHZPSekwcjVEFX","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts a newline-delimited JSON (NDJSON) string into a parsed JSON array","exampleAgentPrompt":"I have this NDJSON string with multiple JSON records on separate lines — can you convert it into a regular JSON array for me?","exampleUseCases":[{"title":"Parsing streaming API log output","prompt":"I got a bunch of log records back from a streaming API in NDJSON format, with one JSON object per line. Can you turn that into a proper JSON array so I can process it more easily?"},{"title":"Normalizing data pipeline exports","prompt":"My data pipeline exported results as newline-delimited JSON but I need it as a standard JSON array to feed into the next step. Can you convert this NDJSON string into an array?"},{"title":"Ingesting NDJSON file content","prompt":"I've got the contents of an NDJSON file as a string — each line is a separate JSON object. Can you parse this and give me back a clean JSON array of all the records?"}],"resultDescription":"Returns a JSON object with a 'result' field containing the processed array and a 'status' field indicating success. The input NDJSON string is parsed line-by-line and each valid JSON line becomes an element in the output array.","failureModes":["Malformed NDJSON with invalid JSON on one or more lines may cause a parse error or partial result","Empty input string may return an empty array or error","Non-string input for the 'ndjson' field may be rejected","Very large NDJSON payloads may time out or be rejected due to size limits"],"whenToPreferThis":"Use this endpoint when you have a raw NDJSON (newline-delimited JSON) string and need it converted to a standard JSON array for downstream processing. It is appropriate for lightweight, single-call conversions without needing a local parser or additional infrastructure. Prefer this over manual string splitting when you need a reliable, hosted conversion step in an automated pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:58:29.689Z","isFirstParty":false}