Add protocol that converts to JSONValue #163
Labels
feature
New feature request.
jira-sync-complete
op-ex
Refactoring, Tech Debt or any other operational excellence work.
Milestone
Along the lines of #158, there should be a
JSONValueConvertible
protocol that provides more flexibility in converting types toJSONValue
,JSONArray
, andJSONObject
. #159 initially implemented this protocol, but I backed it out because of concerns about potential ambiguity regarding which initializers would be called in various situations./cc @macdrevx
The text was updated successfully, but these errors were encountered: