- Hide package declaration for JSON::PP::Boolean from rpm to avoid need for
provides filtering
- Classify buildreqs by usage
- Use %license where possible
- New upstream release 1.0
- Clarify that the second arg of FREEZE/THAW is the data model/data format
name, not the serializer
- Clarify that FREEZE must not modify the data structure to be serialized
This module provides some extra data types that are used by common
serialization formats such as JSON or CBOR. The idea is to have a repository of
simple/small constants and containers that can be shared by different
implementations so they become interoperable between each other.