# From: Jordan Metzmeier <jmetzmeier01@gmail.com>
# Subject: Add an example of how jshon can be used to create JSON
# The description of jshon includes it's ability to create JSON. Examples
# of how to do this were not present in any of the documentation
--- a/jshon.1
+++ b/jshon.1
@@ -175,6 +175,13 @@
 I do not recommend doing this (it makes things much harder to understand) but some people golf despite the consequences.
 .
 .Pp
+.Sh CREATING JSON
+.Nm
+can create json by passing an empty object as input:
+.Pp
+\& jshon \-s one \-i a <<< "{}"
+.
+.Pp
 .Sh AUTHORS
 .An -nosplit
 .Pp
