From f26f2f143880c5851fb6eac9c28b9269b69478e9 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 26 Jul 2012 03:23:48 +0200 Subject: [PATCH] Mention necessary quoting with `:=`. #77 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f50d5752..0f6acedd 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Raw JSON fields (``field:=value``) This item type is needed when ``Content-Type`` is JSON and a field's value is a ``Boolean``, ``Number``, nested ``Object`` or an ``Array``, because simple data items are always serialized as ``String``. - E.g. ``pies:=[1,2,3]``. + E.g. ``pies:=[1,2,3]``,or ``'meals=["ham", "spam"]'`` (mind the quotes). File fields (``field@/path/to/file``) Only available with ``-f`` / ``--form``. Use ``@`` as the separator, e.g.,