# We are using a modified copy of JSON::XS integrated into the polymake core library.
# See JSON-XS.xxs for reasons.

package JSON::XS;
use Polymake::Ext;

our $VERSION = 3.04;

1;
