You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Similarly, I'd like to add startObject/Array variants which take a name for convenience.
The text was updated successfully, but these errors were encountered:
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.
Similarly, I'd like to add startObject/Array variants which take a name for convenience.
The text was updated successfully, but these errors were encountered: