Skip to content

Commit

Permalink
Define JSON Deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 20, 2017
1 parent f121c53 commit 835f2cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webdriver-spec.html
Expand Up @@ -685,6 +685,9 @@ <h3>Algorithms</h3>

<p>The result of <dfn>JSON serialization</dfn> with <var>object</var> of type JSON <a>Object</a>
and calling the <a>[[\Stringify]]</a> method on <var>object</var>.

<p>The result of <dfn>JSON deserialization</dfn> with <var>text</var> is defined as
the result of calling the <a>[[\Parse]]</a> function with <var>text</var>.
</section> <!-- /Algorithms -->

<section>
Expand Down

0 comments on commit 835f2cb

Please sign in to comment.