Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
jsonicjs
/
jsonc
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 30, 2026
go: v0.1.2
rjrodger
committed
dd87de6
View commit details
Copy full SHA for dd87de6
Browse repository at this point
v0.8.0
rjrodger
committed
54fe071
View commit details
Copy full SHA for 54fe071
Browse repository at this point
build: run embed-grammar before go build in Makefile
rjrodger
committed
d732bdd
View commit details
Copy full SHA for d732bdd
Browse repository at this point
Commits on Apr 21, 2026
go: v0.1.1
rjrodger
committed
d514c15
View commit details
Copy full SHA for d514c15
Browse repository at this point
v0.7.0
rjrodger
committed
7830ad9
View commit details
Copy full SHA for 7830ad9
Browse repository at this point
tests
rjrodger
committed
40a613b
View commit details
Copy full SHA for 40a613b
Browse repository at this point
fix
rjrodger
committed
bc2db73
View commit details
Copy full SHA for bc2db73
Browse repository at this point
fix-ts
rjrodger
committed
9c6aca6
View commit details
Copy full SHA for 9c6aca6
Browse repository at this point
Merge pull request #2 from jsonicjs/claude/update-jsonic-library-zBo06
Show description for b23ef52
rjrodger
authored
b23ef52
View commit details
Copy full SHA for b23ef52
Browse repository at this point
Commits on Apr 20, 2026
Update Go jsonic to v0.1.19; restructure README per Diátaxis
Show description for bcff12f
claude
committed
bcff12f
View commit details
Copy full SHA for bcff12f
Browse repository at this point
Commits on Apr 19, 2026
Install jsonic from GitHub main and fetch submodules in CI
Show description for 934cc96
claude
committed
934cc96
View commit details
Copy full SHA for 934cc96
Browse repository at this point
Add third-party attribution for JSONTestSuite and node-jsonc-parser
Show description for 1a55086
claude
committed
1a55086
View commit details
Copy full SHA for 1a55086
Browse repository at this point
Add nst/JSONTestSuite RFC 8259 conformance runner
Show description for da88c5b
claude
committed
da88c5b
View commit details
Copy full SHA for da88c5b
Browse repository at this point
Commits on Apr 17, 2026
align
rjrodger
committed
d7add94
View commit details
Copy full SHA for d7add94
Browse repository at this point
merged
rjrodger
committed
3eaaf26
View commit details
Copy full SHA for 3eaaf26
Browse repository at this point
fix-deps
rjrodger
committed
7467c33
View commit details
Copy full SHA for 7467c33
Browse repository at this point
Commits on Apr 14, 2026
Merge pull request #1 from jsonicjs/claude/update-jsonic-latest-O8HaO
Show description for 32cabe8
rjrodger
authored
32cabe8
View commit details
Copy full SHA for 32cabe8
Browse repository at this point
Update jsonic to 11271873799c, Jsonc now usable via j.Use(Jsonc)
Show description for d99d309
claude
committed
d99d309
View commit details
Copy full SHA for d99d309
Browse repository at this point
Update jsonic to 658b8423f645, trailing commas in grammar, return errors
Show description for 7142156
claude
committed
7142156
View commit details
Copy full SHA for 7142156
Browse repository at this point
Remove Parse/MakeJsonic/JsoncOptions wrappers, export only Jsonc plugin
Show description for db588b2
claude
committed
db588b2
View commit details
Copy full SHA for db588b2
Browse repository at this point
Simplify Go plugin to mirror TS code structure
Show description for be7dac4
claude
committed
be7dac4
View commit details
Copy full SHA for be7dac4
Browse repository at this point
Update jsonc.ts
rjrodger
authored
9b5adb7
View commit details
Copy full SHA for 9b5adb7
Browse repository at this point
Update jsonic to 6cf502bdab73 — all tests pass
Show description for 39773ca
claude
committed
39773ca
View commit details
Copy full SHA for 39773ca
Browse repository at this point
Update jsonic to a7123a89416f
Show description for 028fb39
claude
committed
028fb39
View commit details
Copy full SHA for 028fb39
Browse repository at this point
Update jsonic to fc840a706389, simplify Go plugin with GrammarText
Show description for 7201fe0
claude
committed
7201fe0
View commit details
Copy full SHA for 7201fe0
Browse repository at this point
Use GrammarText for Go, simplify TS grammar call
Show description for 9d442ff
claude
committed
9d442ff
View commit details
Copy full SHA for 9d442ff
Browse repository at this point
Update jsonic to 7723d00e04a9, remove custom value matcher
Show description for f563840
claude
committed
f563840
View commit details
Copy full SHA for f563840
Browse repository at this point
Remove grammar conversion boilerplate, mirror TS code structure
Show description for e647909
claude
committed
e647909
View commit details
Copy full SHA for e647909
Browse repository at this point
Mirror TS pattern: Make() minimal, plugin applies grammar + SetOptions
Show description for ac3372a
claude
committed
ac3372a
View commit details
Copy full SHA for ac3372a
Browse repository at this point
Use @/regexp/ for number.exclude in grammar, common to TS and Go
Show description for 2bdd1cc
claude
committed
2bdd1cc
View commit details
Copy full SHA for 2bdd1cc
Browse repository at this point
Move options handled by MapToOptions out of Make() into Grammar
Show description for f985095
claude
committed
f985095
View commit details
Copy full SHA for f985095
Browse repository at this point
Update jsonic to latest main branch (d883f8681563)
Show description for fe8099c
claude
committed
fe8099c
View commit details
Copy full SHA for fe8099c
Browse repository at this point
Use regexp.MustCompile for number.exclude funcref
Show description for 59cf223
claude
committed
59cf223
View commit details
Copy full SHA for 59cf223
Browse repository at this point
Use @funcref for number.exclude, apply grammar via Grammar()
Show description for 2ef8d89
claude
committed
2ef8d89
View commit details
Copy full SHA for 2ef8d89
Browse repository at this point
Remove redundant programmatic val rule, move options into grammar
Show description for 1c9d00f
claude
committed
1c9d00f
View commit details
Copy full SHA for 1c9d00f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.