Namespace: PSON

PSON

PSON namespace.

Classes

Decoder
Encoder
Pair
ProgressivePair
StaticPair

Namespaces

T

Methods

<static> exclude(obj)

Excluces an object's and its children's keys from being added to a progressive dictionary.

Parameters:
Name Type Description
obj Object

Now excluded object

<static> include(obj)

Undoes exclusion of an object's and its children's keys from being added to a progressive dictionary.

Parameters:
Name Type Description
obj Object

Now included object