File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ The second and third parameters match up to the ``depth`` and ``options`` argume
116116If the incoming request has a ``CONTENT_TYPE `` header set to "application/json", you can also use ``getVar() `` to get
117117the JSON stream. Using ``getVar() `` in this way will always return an object.
118118
119- Get Specific Data from JSON
120- ===========================
119+ Getting Specific Data from JSON
120+ ===============================
121121
122122You can get a specific piece of data from a JSON stream by passing a variable name into ``getVar() `` for the
123123data that you want or you can use "dot" notation to dig into the JSON to get data that is not on the root level.
@@ -132,7 +132,7 @@ correct ``CONTENT_TYPE`` header.
132132
133133.. note :: See the documentation for :php:func:`dot_array_search()` in the ``Array`` helper for more information on "dot" notation.
134134
135- Retrieving Raw data (PUT, PATCH, DELETE)
135+ Retrieving Raw Data (PUT, PATCH, DELETE)
136136========================================
137137
138138Finally, you can grab the contents of php://input as a raw stream with ``getRawInput() ``:
You can’t perform that action at this time.
0 commit comments