Convert json object to Delphi object

Asked

Viewed 467 times

1

Friend how do I transform this json object to the Delphi.

{
  "plates_ocr": [
    {
      "bottom_right": {
        "x": 167.14285714285717,
        "y": 115.71428571428572
      },
      "ocr": [
        {
          "confidence": 99.99907684326172,
          "text": "ABC1234"
        }
      ],
      "top_left": {
        "x": 57.142857142857146,
        "y": 68.57142857142857
      },
      "type": "car"
    }
  ]
}
  • I can’t answer that, but search for Superobject, and look at this git good luck

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.