{"id":19228968,"url":"https://github.com/romshark/jscan-experimental-decoder","last_synced_at":"2026-01-04T19:34:08.567Z","repository":{"id":217969968,"uuid":"745244336","full_name":"romshark/jscan-experimental-decoder","owner":"romshark","description":"This is an experimental JSON decoder for Go based on jscan","archived":false,"fork":false,"pushed_at":"2024-03-21T11:10:29.000Z","size":653,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T02:44:53.858Z","etag":null,"topics":["decoder","experimental","go","json"],"latest_commit_sha":null,"homepage":"https://github.com/romshark/jscan","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romshark.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":"2024-01-18T23:20:43.000Z","updated_at":"2024-03-23T08:51:23.000Z","dependencies_parsed_at":"2024-06-21T19:04:46.969Z","dependency_job_id":"243c7762-d732-464c-8868-c2798f4d37d4","html_url":"https://github.com/romshark/jscan-experimental-decoder","commit_stats":null,"previous_names":["romshark/jscan-experimental-decoder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romshark%2Fjscan-experimental-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romshark%2Fjscan-experimental-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romshark%2Fjscan-experimental-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romshark%2Fjscan-experimental-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romshark","download_url":"https://codeload.github.com/romshark/jscan-experimental-decoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245154466,"owners_count":20569513,"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":["decoder","experimental","go","json"],"created_at":"2024-11-09T15:31:21.332Z","updated_at":"2026-01-04T19:34:08.540Z","avatar_url":"https://github.com/romshark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://goreportcard.com/report/github.com/romshark/jscan-experimental-decoder\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/romshark/jscan-experimental-decoder\" alt=\"GoReportCard\"\u003e\n\u003c/a\u003e\n\u003ca href='https://coveralls.io/github/romshark/jscan-experimental-decoder/?branch=main'\u003e\n    \u003cimg src='https://coveralls.io/repos/github/romshark/jscan-experimental-decoder/badge.svg?branch=main' alt='Coverage Status' /\u003e\n\u003c/a\u003e\n\n# Experimental JSON decoder based on [jscan](https://github.com/romshark/jscan)\n\n⚠️ Don't use in production! ⚠️\n\nThis is an experimental JSON Unmarshaler/Decoder implementation for Go based on\n[jscan](https://github.com/romshark/jscan). This decoder will be moved to jscan v3 once it's\nready for production.\n\nThe jscan decoder is expected to be a backward compatible drop-in replacement for [encoding/json](https://pkg.go.dev/encoding/json).\n\nRoadmap:\n- [x] Primitive types\n- [x] Struct types\n    - [x] Type `struct{}`\n    - [x] Recursive struct types\n- [x] Slices\n- [x] Arrays\n- [x] Type `any`\n- [x] Type `map`\n    - [x] `string` keys\n    - [x] `encoding.TextUnmarshaler` keys\n    - [x] Integer keys\n- [x] JSON struct tags\n    - [x] Case-insensitive key matching (backward-compatibility feature of `encoding/json`)\n    - [x] Option `DisallowUnknownFields`\n    - [x] Option `DisableFieldNameUnescaping`\n    - [x] Option `DisableCaseInsensitiveMatching`\n    - [ ] Option `DisallowDuplicateNames`\n    - [x] Struct tag option `string`\n- [x] Pointers\n- [x] Type `Unmarshaler interface { UnmarshalJSON([]byte) error }`\n- [x] Type `TextUnmarshaler interface { UnmarshalText(text []byte) error }`\n- [ ] `encoding/json` compatible drop-in replacement package `jscandec/std`\n    - [ ] `encoding/json` compatible error messages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromshark%2Fjscan-experimental-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromshark%2Fjscan-experimental-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromshark%2Fjscan-experimental-decoder/lists"}