{"id":19548543,"url":"https://github.com/goswinr/jino","last_synced_at":"2026-05-12T13:40:47.579Z","repository":{"id":143373540,"uuid":"615552781","full_name":"goswinr/Jino","owner":"goswinr","description":" A JSON parser and generator for F# on .NET and JS via Fable. Based on FSharp.Data","archived":false,"fork":false,"pushed_at":"2023-03-18T01:13:44.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T19:51:10.924Z","etag":null,"topics":["fable","fsharp","generator","json","parser"],"latest_commit_sha":null,"homepage":"","language":"F#","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/goswinr.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":"2023-03-18T01:11:17.000Z","updated_at":"2023-03-18T01:16:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6da5a90-c172-4a6a-8cc1-505f90576633","html_url":"https://github.com/goswinr/Jino","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"93c01c479285b974f144deed824a5f29af0b6d21"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FJino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FJino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FJino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FJino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goswinr","download_url":"https://codeload.github.com/goswinr/Jino/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240804828,"owners_count":19860473,"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":["fable","fsharp","generator","json","parser"],"created_at":"2024-11-11T03:56:10.063Z","updated_at":"2026-05-12T13:40:47.544Z","avatar_url":"https://github.com/goswinr.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Jino\n\n[![Jino on nuget.org](https://img.shields.io/nuget/v/Jino)](https://www.nuget.org/packages/Jino/)\n[![Jino on fuget.org](https://www.fuget.org/packages/Jino/badge.svg)](https://www.fuget.org/packages/Jino)\n![code size](https://img.shields.io/github/languages/code-size/goswinr/Jino.svg) \n[![license](https://img.shields.io/github/license/goswinr/Jino)](LICENSE)\n\n![Logo](https://raw.githubusercontent.com/goswinr/Jino/main/Doc/logo128.png)\n\n\nJino is a JSON parser and generator for F# on .NET and [Fable](https://fable.io/https://fable.io/).\n\nThe code and the tests are extracted and adapted from the much larger [FSharp.Data](https://github.com/fsprojects/FSharp.Data) library.\nWhile there are many JSON libraries around, I haven't found one that runs on both .NET and [Fable](https://fable.io/). So I made this one by just copying the relevant part from [FSharp.Data](https://github.com/fsprojects/FSharp.Data) \n\n### Usage\n\n##### Parsing\n\n```fsharp\nopen Jino\nlet jValue = JsonValue.Parse(jsonAsString)\n```\n\n##### Generating\n\n```fsharp\nopen Jino\n\nlet jValue = \n        JsonValue.Record [|\n            \"theAnswer\", JsonValue.Number 42.0 \n            \"canBeFound\", JsonValue.Bool true\n            |]\n        \njValue.ToFormattedString() // get a JSON string\n```\n\n\n### Documentation\n\nFor now see [full API documentation on fuget.org](https://www.fuget.org/packages/Jino)\n\n### License\n[MIT](https://raw.githubusercontent.com/goswinr/Jino/main/LICENSE.txt)\n\n### Release Notes\n\n`1.0.0`\n- first public release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Fjino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoswinr%2Fjino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Fjino/lists"}