mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
7 lines
251 B
Text
7 lines
251 B
Text
|
Convenience module to import the best available json serialize/deserializer installed
|
||
|
|
||
|
Anyjson loads whichever is the fastest JSON module installed and provides a uniform
|
||
|
API regardless of which JSON implementation is used.
|
||
|
|
||
|
Originally part of carrot
|