FullFact / health-misinfo-shared

Raphael health misinformation project, shared by Full Fact and Google
MIT License
0 stars 0 forks source link

Consolidate json parsing into one implementation #122

Open dearden opened 1 month ago

dearden commented 1 month ago

Describe the bug

Currently we have two ways of doing json parsing, one in vertex.py and one in data_parsing.py.

The latter one should be made to be used in production. They both do the same thing, but there's tests written for the second and it works in some edge cases.