/** Networking by web protocols.
  *
  * <h3 id='GSONCLOSE'>Closure of Google Gson streams (GSONCLOSE)</h3>
  *
  * <p>{@linkplain com.google.gson.stream.JsonWriter JsonWriter} throws an exception if
  * the written JSON is imperfect (Gson 1.7).  So be sure to close it using a
  * try-with-resources block, which has a suppression capability, rather than a
  * try-finally block which might mask a previously thrown exception.</p>
  */
package votorola.g.web;