馃殌 Feature Request
Hey! It would help me if I could pass a string to ServerSentEvent that won't be dumped but will be sent as is [so it won't be wrapped in quotes) - right now my workaround is creating a special class for said strings so I can hardcodingly return a raw string via overriding JsonSettings.dumps.
馃殌 Feature Request
Hey! It would help me if I could pass a string to
ServerSentEventthat won't bedumpedbut will be sent as is [so it won't be wrapped in quotes) - right now my workaround is creating a special class for said strings so I can hardcodingly return a raw string via overridingJsonSettings.dumps.