Sha256: 8b62b260200c99b1cfbc9dcdea86b424a0ff4db8b0fa817a2962aa72f064b017

Contents?: true

Size: 935 Bytes

Versions: 26

Compression:

Stored size: 935 Bytes

Contents

# PSON

Puppet uses a JSON variant called PSON to serialize data (e.g. facts) transmitting to/from a Puppet master.

Documentation for PSON can be found here:

    https://docs.puppet.com/puppet/4.6/reference/http_api/pson.html

The code in this directory was taken directly from Puppet and can be found at:

    https://github.com/puppetlabs/puppet/tree/master/lib/puppet/external/pson

If you have found this code to deal with Puppet serialization, you should probably take the original and most up-to-date code from Puppet at the location above.

This code contains the following modifications:

- Change the `require` statements to `require_relative` statements so they work in this gem's directory structure
- Change `$MATCH` to `$&` because `$MATCH` is undefined without `require 'english`` or equivalent

This code is licensed by Puppet under the Apache 2.0 license. A copy of the Puppet license can be found in this directory.

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
octocatalog-diff-2.3.1 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-2.3.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-2.1.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-2.0.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.6.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.5.4 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.5.3 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.5.2 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.5.1 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.5.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.4.1 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.4.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.3.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.2.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.1.0 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.0.4 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.0.3 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.0.2 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.0.1 lib/octocatalog-diff/external/pson/README.md
octocatalog-diff-1.0.0 lib/octocatalog-diff/external/pson/README.md