Skip to content

The modifyed cjson that can running on windows kernel

License

Notifications You must be signed in to change notification settings

mmmmmon/KernelCjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernelCjson

简体中文 or English

The modifyed cjson that able to running on windows kernel

notice

no support float

  • The KernelCjson can't parse float something of json.

    Because the operation of float number in kernel is danger.

    I was removed anything about float operation in cjson.

  • Remove valueint and valuedouble of members in cJSON*.

    The valueulong(type is unsigned long long) replaced the above members.

  • If your Driver used C++, please disable C++ release.

    Otherwise,Your Driver will be crash Unscheduled!

tested

  • Win7 [enabled verifier]
  • Win10 1903 [enabled verifier]
  • Win10 ltsc 2021 [enabled verifier]

thanks for

About

The modifyed cjson that can running on windows kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages