JsonSerializerSwift icon indicating copy to clipboard operation
JsonSerializerSwift copied to clipboard

A simple Json Serializer for Swift

Results 3 JsonSerializerSwift issues
Sort by recently updated
recently updated
newest added

Hi @peheje, I added this to my local to handle Multi-dimentional Arrays. ``` else if let array = value as? [[Any]] { handledValue += "[" for (index, value) in array.enumerated()...

Hi, First of thanks a lot for such an effort to build extremely useful library. It is indeed a very helpful. This is a feature request. Can you please include...