{"id":19505934,"url":"https://github.com/morlay/jsoncue","last_synced_at":"2026-04-24T20:35:52.073Z","repository":{"id":233819960,"uuid":"787855509","full_name":"morlay/jsoncue","owner":"morlay","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-18T08:56:20.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T15:18:44.158Z","etag":null,"topics":["codemirror6","configuration","cue","json"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morlay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-17T10:04:20.000Z","updated_at":"2024-04-17T10:23:26.000Z","dependencies_parsed_at":"2024-04-17T12:03:36.281Z","dependency_job_id":"45b838f3-8730-4680-b34e-3bafa7a3e5c8","html_url":"https://github.com/morlay/jsoncue","commit_stats":null,"previous_names":["morlay/jsoncue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morlay/jsoncue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fjsoncue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fjsoncue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fjsoncue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fjsoncue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/jsoncue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fjsoncue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32240106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["codemirror6","configuration","cue","json"],"created_at":"2024-11-10T22:35:03.064Z","updated_at":"2026-04-24T20:35:52.057Z","avatar_url":"https://github.com/morlay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONCue\n\n[Cue-lang](https://cuelang.org/) syntax compatible, but just static values.\n\n```cue\n\t// string value\nstr: \"str\"\n\n// multiline string value\nmlStr: \"\"\"\n\t1\n\t\t22\n\t\t\t333\n\t\"\"\"\n\n// bytes value\n// which will base64 encode when JSON.stringify\nbytes: '{}'\n\n// multiline bytes value\nmlBytes: '''\n\ta:\n\t  b: 1\n\t'''\n\n// integer value\nint: 1\n\n// float value\nfloat: 1.1\n\n// array value\narray: [\n\ttrue,\n\tfalse,\n\tnull,\n]\n\n// nested value\nnested: a: {\n\t// inline\n\tb: {c: 1, d: 2}\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fjsoncue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Fjsoncue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fjsoncue/lists"}