1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <!-- testFromJsonString -->
4    <string name="blocklist_json_string" translatable="false">
5      {
6        \"entries\":[
7          {
8            \"public_key\":\"00fa2c6637c399afa893fe83d85f3569998707d5\",
9            \"status\":\"REVOKED\",
10            \"reason\":\"Key revocation test key\"
11          },
12          {
13            \"public_key\":\"key2\",
14            \"status\":\"REVOKED\"
15          }
16        ]
17      }
18    </string>
19</resources>
20