SkillAgentSearch skills...

Djson

Dumb simple JSON parsing library

Install / Use

/learn @karnkaul/Djson
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

djson v3.0

Dumb and lightweight JSON parsing library.

Build Status

Features

  • JSONC parse mode
  • Copiable Json objects
  • Default construction (representing null) is "free"
  • as_string_view()
  • Heterogenous arrays
  • Escaped text (\\, \", \b, \t, \n)
  • Implicit construction for nulls, booleans, numbers, strings
  • Serialization, pretty-print (default)
  • Customization points for from_json and to_json
  • Build tree from scratch

Limitations

  • Escaped unicode (\u1F604) not currently supported

Documentation

Documentation (with examples) is hosted here.

Contributing

Pull/merge requests are welcome.

Original repository

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2d ago
Forks2

Languages

C++

Security Score

95/100

Audited on Mar 25, 2026

No findings