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
FSharp.Json.JsonSerializationError: Failed to serialize, must be one of following types: record, map, array, list, tuple, union. Type is: Dictionary`2.
at FSharp.Json.Core.failSerialization[a](String message)
at FSharp.Json.Core.serialize(JsonConfig config, Type t, Object value)
at FSharp.Json.Json.serializeEx(JsonConfig config, Object theobj)
at FSharp.Json.Json.serialize(Object theobj)
at <StartupCode$FSI_0012>.$FSI_0012.main@()
The text was updated successfully, but these errors were encountered:
I wonder if it could be supported by the libray, it seems to fail with what I hoped to serialize:
The text was updated successfully, but these errors were encountered: