This is a project to support JSON standard text on the Linux Kernel.
KJSON (JsonOnKernel) library has an internal parser to create the JSON data structure from a JSON standard text. Or you can dump a JSON text from your data structure.
You can link the library direclty on you kernel module code, or use the prebuilt module with the makefile provvided.
- Integer
- String
- Annidate JSON
- Integer array
- String array
- Annidate JSON array
- Null
- Boolean
You can build the kjson library module and using the Module.symvers generated (see the example 01_create_a_JSON). Or you can put the sources and headers file directly on your project.
Visit the samples
subdirectory.