JSON reading and writing for GAP
This package defines a mapping between the JSON markup language and GAP. The built-in datatypes of GAP provide an easy mapping to and from JSON. This package uses the following mapping between GAP and JSON. - JSON lists are mapped to GAP lists - JSON dictionaries are mapped to GAP records - JSON strings are mapped to GAP strings - Integers are mapped to GAP integers, non-integer numbers are mapped to Floats - true, false and null are mapped to true, false and fail respectively Note that this library will not map any other GAP types, such as groups, permutations, to or from JSON. If you wish to map between more complex types, look at the gap-pkg-openmath package, or IO_Pickle in the gap-pkg-io package.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.2.2-1.fc42 | - |
Fedora 41 | 2.2.2-1.fc41 | - |
Fedora 40 | 2.2.2-1.fc40 | - |
Fedora 39 | 2.2.0-1.fc39 | - |
You can contact the maintainers of this package via email at
gap-pkg-json dash maintainers at fedoraproject dot org
.