{"id":20946558,"url":"https://github.com/thepalbi/json-example-generator","last_synced_at":"2026-04-20T16:04:40.260Z","repository":{"id":73664675,"uuid":"194457155","full_name":"thepalbi/json-example-generator","owner":"thepalbi","description":"Random JSON examples generator from go-like schema definition","archived":false,"fork":false,"pushed_at":"2019-07-06T01:55:33.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-15T22:53:26.741Z","etag":null,"topics":["json","lexer","parser","random"],"latest_commit_sha":null,"homepage":"","language":"Go","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/thepalbi.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":"2019-06-29T23:37:15.000Z","updated_at":"2024-06-19T10:13:27.147Z","dependencies_parsed_at":null,"dependency_job_id":"31776c5a-394a-4354-b2d5-671cf9b72985","html_url":"https://github.com/thepalbi/json-example-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thepalbi/json-example-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepalbi%2Fjson-example-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepalbi%2Fjson-example-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepalbi%2Fjson-example-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepalbi%2Fjson-example-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thepalbi","download_url":"https://codeload.github.com/thepalbi/json-example-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepalbi%2Fjson-example-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28101486,"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","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"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","lexer","parser","random"],"created_at":"2024-11-18T23:54:29.054Z","updated_at":"2025-12-28T16:37:44.814Z","avatar_url":"https://github.com/thepalbi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random JSON example generator\n\n### Installation steps\nThis guide is assuming the OS used is linux-based, and build-essentials (gcc, etc.) is installed.\n1- Install the go-environment. Here is a tutorial for reference, download links, and support links. https://golang.org/doc/install\n2- Once installed, check in a terminal-emulator if go was correctly setuped:\n    - Run the command ```go version```, you should see your go installation version.\n    - Run echo ```echo $GOPATH```, you should see sth. like ```~/some_username/go```.\n3- Clone this repository, by using the ```go get github.com/plbalbi/json-example-generator``` command.\n4- Go into the cloned-project directory. This should do it ```cd $HOME/go/src/github.com/plbalbi/json-example-generator```.\n5- Run the installation script ```./install.sh```. This will download the project go dependencies, and compile the parser.\n6- Run the tests to check evrything is working: ```go test ./...```.\n7- Compile the binary, and use it: ```go build```.\n\nTool that generates random JSON examples, with a structure defined in a subset of GoLang struct syntax.\n\n## Tooling\nSo far, the tooling that will be used is:\n- GoYacc: https://about.sourcegraph.com/go/gophercon-2018-how-to-write-a-parser-in-go\n- A build by hand Lexer, inspired in https://www.youtube.com/watch?v=HxaD_trXwRE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepalbi%2Fjson-example-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthepalbi%2Fjson-example-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepalbi%2Fjson-example-generator/lists"}