{
  "fields": [{"id":"_id","type":"int"},{"id":"id","type":"numeric","info":{"label":"id"}},{"id":"code","type":"text","info":{"label":"code"}},{"id":"label","type":"text","info":{"label":"label"}}],
  "records": [
    [1,1,"TPE","Très Petite Entreprise"],
    [2,2,"PME","Petite et Moyenne Entreprise"],
    [3,3,"ETI","Entreprise de Taille Intermédiaire"],
    [4,4,"GE","Grande Entreprise"],
    [5,5,"ESS","Économie Sociale et Solidaire"]
]}
