Are there Moshi helpers to manipulate a JSON strin...
# squarelibraries
a
Are there Moshi helpers to manipulate a JSON string directly, for example adding an additional name/value pair, or do I need to call
fromJson()
, augment the resulting class with the new pair, and then call
toJson()
again?
z
not exactly sure I follow what you mean
a
(a bit more detail in main thread)