{"id":22812408,"url":"https://github.com/jpmikkers/delimit-json","last_synced_at":"2026-05-02T03:33:09.674Z","repository":{"id":157259803,"uuid":"264468896","full_name":"jpmikkers/Delimit-Json","owner":"jpmikkers","description":"Powershell function that splits text consisting of concatenated JSON objects into separate JSON chunks.","archived":false,"fork":false,"pushed_at":"2020-05-17T23:09:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T21:33:11.158Z","etag":null,"topics":["json","jsonlines","ndjson","powershell","structured-logging"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpmikkers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-16T15:38:11.000Z","updated_at":"2022-02-16T01:51:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"5caefed0-f38f-42d5-bdf0-e3f9fca2eb54","html_url":"https://github.com/jpmikkers/Delimit-Json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpmikkers/Delimit-Json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmikkers%2FDelimit-Json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmikkers%2FDelimit-Json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmikkers%2FDelimit-Json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmikkers%2FDelimit-Json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpmikkers","download_url":"https://codeload.github.com/jpmikkers/Delimit-Json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmikkers%2FDelimit-Json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","jsonlines","ndjson","powershell","structured-logging"],"created_at":"2024-12-12T12:12:22.883Z","updated_at":"2026-05-02T03:33:09.669Z","avatar_url":"https://github.com/jpmikkers.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delimit-Json\nPowershell function that splits text consisting of concatenated JSON objects into separate JSON chunks. This is useful for processing JSON structured logging.\n\nFor example, the following script will act as tail-like monitoring for a json structured log file, showing new objects as soon as they are appended and complete.\n\n```PowerShell\nGet-Content -Wait \"jsonstructuredlog.txt\" | Delimit-Json | %{ \"New structured log object: $($_ | ConvertFrom-Json)\" }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmikkers%2Fdelimit-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpmikkers%2Fdelimit-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmikkers%2Fdelimit-json/lists"}