{"id":15390865,"url":"https://github.com/fab1an/kotlin-json-stream","last_synced_at":"2025-04-15T21:41:51.457Z","repository":{"id":148009521,"uuid":"617309008","full_name":"fab1an/kotlin-json-stream","owner":"fab1an","description":"Kotlin-Multiplatform JSON stream serialization","archived":false,"fork":false,"pushed_at":"2025-03-21T05:16:52.000Z","size":962,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T01:41:20.441Z","etag":null,"topics":["json","kotlin","multiplatform","okio"],"latest_commit_sha":null,"homepage":"https://fab1an.github.io/kotlin-json-stream/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fab1an.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-22T05:45:19.000Z","updated_at":"2025-03-02T06:25:22.000Z","dependencies_parsed_at":"2024-05-05T06:21:27.894Z","dependency_job_id":"f1d2381d-99eb-4ed5-8424-e1066131a4c7","html_url":"https://github.com/fab1an/kotlin-json-stream","commit_stats":{"total_commits":140,"total_committers":4,"mean_commits":35.0,"dds":"0.33571428571428574","last_synced_commit":"4be761a556aae94ad833cdc69c99867d1895daf8"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1an%2Fkotlin-json-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1an%2Fkotlin-json-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1an%2Fkotlin-json-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fab1an%2Fkotlin-json-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fab1an","download_url":"https://codeload.github.com/fab1an/kotlin-json-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249160502,"owners_count":21222458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","kotlin","multiplatform","okio"],"created_at":"2024-10-01T15:08:51.509Z","updated_at":"2025-04-15T21:41:51.415Z","avatar_url":"https://github.com/fab1an.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Json Stream - Kotlin-Multiplatform JSON stream serialization\n\n[![maven central version](https://img.shields.io/maven-central/v/com.fab1an/kotlin-json-stream)](https://mvnrepository.com/artifact/com.fab1an/kotlin-json-stream)\n[![semver](https://img.shields.io/:semver-%E2%9C%93-brightgreen.svg)](http://semver.org/)\n[![license](https://img.shields.io/github/license/fab1an/kotlin-json-stream)](https://github.com/fab1an/kotlin-json-stream/blob/master/LICENSE)\n[![build status](https://github.com/fab1an/kotlin-json-stream/actions/workflows/build-master.yml/badge.svg)](https://github.com/fab1an/kotlin-json-stream/actions/workflows/build-master.yml)\n[![OpenSSF ScoreCard](https://img.shields.io/ossf-scorecard/github.com/fab1an/kotlin-json-stream)](https://scorecard.dev/)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8911/badge)](https://www.bestpractices.dev/projects/8911)\n\n## Dokumentation\n\nThis library is a kotlin-multiplatform streaming JSON-parser. It is based on OKIO for performance.\n\n### API-Docs\nhttps://fab1an.github.io/kotlin-json-stream/\n\n### Example\n\n```kotlin\nfun test() {\n    val json = JsonReader(\"\"\"{\"stringProp\":\"string\", \"intProp\":0}\"\"\")\n\n    json.beginObject()\n    json.nextName() shouldEqual \"stringProp\"\n    json.nextString() shouldEqual \"string\"\n    json.nextName() shouldEqual \"intProp\"\n    json.nextInt() shouldEqual 0\n    json.endObject()\n}\n  \ninfix fun \u003cT\u003e T.shouldEqual(expected: T) {\n    assertEquals(expected, this)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffab1an%2Fkotlin-json-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffab1an%2Fkotlin-json-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffab1an%2Fkotlin-json-stream/lists"}