Files
brave-core/components/de_amp
cdesouza-chromium 254259ab2c [CodeHealth] Simplifying json parsing - pt.5 (#27884)
This PR simplifies JSON reading in several places by:

    - Using `base::JSONReader::ReadDict`
    - Using `base::JSONReader::ReadList`
    - Using `base::test::ParseJson*`

This changes aim to make the checks around the parsing and its
expectations simpler to read.
2025-03-03 14:53:41 +00:00
..