Shai Erera created LABS-511:
-------------------------------
Summary: Modify JSONWriter.write* methods to take name + value
Key: LABS-511
URL: https://issues.apache.org/jira/browse/LABS-511
Project: Labs
Issue Type: Improvement
Components: Noggit
Reporter: Shai Erera
I am using Noggit to serialize stuff into JSON using JSONWriter. My code
generally looks like:
{code}
writer.writer(name); writer.writeNameSeparator(); writer.write(value);
{code}
If all write* methods took {{String name}} and {{TYPE value}},where TYPE is the
type each method takes, e.g. {{write(String name, long value)}}, it would
generate much less code.
If there are no objections, I'd like to contribute a patch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]