我是jsonpath的新手,我想用jsonpath查询我的PostgreSQL数据库中的JSON字段。 我使用这个查询,但它不起作用。SELECT jsonb person '$.years' FROM people Person是一个JSON字段,其值如下: { "name": "Josh"} 我使用the documentation,但它不适合初学者。如何<
如何从json响应下面使用response路径获得密钥organization.email的值?{ "The organization.email has already been taken." }import org.testng.annotations.Test;
import io.restassured.path.<e