Re: Adding json lines (jsonl) serializer ro django

2019-12-16 Thread Adam Johnson
Hi Ali Thanks for coming back to this. As I wrote on the ticket I'd be in favour of adding this. If you've got some code already it'd be good to see it in a PR As for your question about overly long lines I think the .replace() style is fine, or a consrtuction like this: ''.join([ "{" '

Adding json lines (jsonl) serializer ro django

2019-12-16 Thread Ali Vakilzade
Hey! A few month ago I opened a ticket for adding jsonl support to django serializers, I have added a basic patch as the starting point but my ticket was closed because it needed more discussion on the mailing list, I'm willing to work more on my patch to reach a final state (adding more tests