Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

Commit

Permalink
Document the Json type
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Apr 28, 2017
1 parent 6b6d951 commit 17b572d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference/supported_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ NStack supports the following primitive types:
* ``Double``
* ``Boolean``
* ``Text``
* ``Json``

When an external function (such as one written in Python)
receives an argument of type ``Json``,
it is represented as a string with json-encoded content.

.. ByteArray
Expand Down

0 comments on commit 17b572d

Please sign in to comment.