Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 13, 2023
1 parent e5fb435 commit dca6f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@ Parse may receive an optional hash parameter C<json> with the following properti
=item *

C<verbose> changes the json encoding. By default we omit some false values such as C<vendor_consents> to create
a compact json representation. With C<verbose> we will present everything. See L<SERIALIZATION> for more details.
a compact json representation. With C<verbose> we will present everything. See L</SERIALIZATION> for more details.

=item *

C<compact> changes the json encoding. All fields that are a mapping of something to a boolean will be changed to an array
of all elements keys where the value is true. This affects the following fields: C<special_features_opt_in>,
C<purpose/consents>, C<purpose/legitimate_interests>, C<vendor/consents> and C<vendor/legitimate_interests>. See L<SERIALIZATION> for more details.
C<purpose/consents>, C<purpose/legitimate_interests>, C<vendor/consents> and C<vendor/legitimate_interests>. See L</SERIALIZATION> for more details.

=item *

C<use_epoch> changes the json encode. By default we format the C<created> and C<last_updated> are converted to string using
L<ISO_8601|https://en.wikipedia.org/wiki/ISO_8601>. With C<use_epoch> we will return the unix epoch in seconds.
See L<SERIALIZATION> for more details.
See L</SERIALIZATION> for more details.

=item *

Expand Down

0 comments on commit dca6f2f

Please sign in to comment.