AiorosXu / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

addProperty Boolean in JsonObject #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In JsonObject is missing this methods for add JsonPrimitive:
public void addProperty(String property, Boolean value);
public void addProperty(String property, Character value);
public void addProperty(String property, char value);
Thanks

Original issue reported on code.google.com by inad...@gmail.com on 25 Nov 2008 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by joel.leitch@gmail.com on 30 Nov 2008 at 11:17

GoogleCodeExporter commented 9 years ago
New methods were added as part of r321.

Original comment by joel.leitch@gmail.com on 30 Nov 2008 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by joel.leitch@gmail.com on 1 Dec 2008 at 1:22