{"id":23697088,"url":"https://github.com/jruusu/scala-lazyjson","last_synced_at":"2026-04-15T07:34:55.508Z","repository":{"id":85616802,"uuid":"120177986","full_name":"jruusu/scala-lazyjson","owner":"jruusu","description":"A very simple Scala wrapper for LazyJSON","archived":false,"fork":false,"pushed_at":"2018-02-04T15:08:15.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T06:39:49.314Z","etag":null,"topics":["json","json-parser","scala-library"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/jruusu.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,"zenodo":null}},"created_at":"2018-02-04T11:14:50.000Z","updated_at":"2018-02-05T06:54:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"acff326a-377f-49ec-a926-585940eb0a79","html_url":"https://github.com/jruusu/scala-lazyjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jruusu/scala-lazyjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruusu%2Fscala-lazyjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruusu%2Fscala-lazyjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruusu%2Fscala-lazyjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruusu%2Fscala-lazyjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jruusu","download_url":"https://codeload.github.com/jruusu/scala-lazyjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruusu%2Fscala-lazyjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","json-parser","scala-library"],"created_at":"2024-12-30T06:32:57.335Z","updated_at":"2026-04-15T07:34:55.478Z","avatar_url":"https://github.com/jruusu.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scala-lazyjson\n\nA very simple, very incomplete Scala wrapper for [LazyJSON](https://github.com/doubledutch/LazyJSON) - *a very fast, very lazy JSON parser for Java*.\n\n## Usage\n\n```scala\nimport lazyjson._\n\nval json =\n  \"\"\"{\n    |  \"data\": [\n    |    {\n    |      \"id\": \"a-001\",\n    |      \"title\": \"Example A 001\"\n    |    },\n    |    {\n    |      \"id\": \"b-001\",\n    |      \"title\": \"Example B 001\"\n    |    },\n    |    {\n    |      \"id\": \"c-001\",\n    |      \"title\": \"Example C 001\"\n    |    }\n    |  ]\n    |}\"\"\"\n\nLazyObject(json)\n  .getAs[LazyArray](\"data\")\n  .collect {\n    case o: LazyObject =\u003e o.getAs[String](\"title\")\n  }\n\n// res0: Seq[String] = List(Example A 001, Example B 001, Example C 001)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjruusu%2Fscala-lazyjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjruusu%2Fscala-lazyjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjruusu%2Fscala-lazyjson/lists"}