Coding JSONL to Python dictionary parser

Опубликовано: 14 Июль 2020
на канале: Monkey see, monkey do
1,792
12

Hey what's up guys, Code Monkey King's here. In this video we gonna code a simple parser to convert JSONL format textual data files to the list of python dictionaries.

Source code
https://github.com/maksimKorzh/one_li...

Previous part
   • How to get rid of indentations in JSO...