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
I recently found out that the contents field of a product message is always a JSONArray. This does not make sense to me for services that produce contents in form of an JSONObject, like outline. Can we change this to Object? Then it can be a JSONArray, JSONObject, Integer or String.
Hi,
I recently found out that the contents field of a product message is always a
JSONArray
. This does not make sense to me for services that produce contents in form of anJSONObject
, like outline. Can we change this toObject
? Then it can be aJSONArray
,JSONObject
,Integer
orString
.Best,
Sven
cc @wpmp
The text was updated successfully, but these errors were encountered: