name: CompilesJson
class_comment: null
dependencies: []
properties:
- name: encodingOptions
  visibility: private
  comment: '# * The default JSON encoding options.

    # *

    # * @var int'
methods:
- name: compileJson
  visibility: protected
  parameters:
  - name: expression
  comment: "# * The default JSON encoding options.\n# *\n# * @var int\n# */\n# private\
    \ $encodingOptions = JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT;\n\
    # \n# /**\n# * Compile the JSON statement into valid PHP.\n# *\n# * @param  string\
    \  $expression\n# * @return string"
traits: []
interfaces: []