swift-parser icon indicating copy to clipboard operation
swift-parser copied to clipboard

JavaScript parser of ISO 15022 messages. Parses the messages including field values.

Results 5 swift-parser issues
Sort by recently updated
recently updated
newest added

Unfortunately this great parser does not allow parsing of fields (in MT block) **without** option, like ":20:". It parses only fields **with** option like ":20C:". In the first case it...

Adds a new instance variable “requireMetadata” to SwiftParser. It defaults to true to preserve existing functionality.