Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

How to get or show HOST value from element #136

Open
sunil-bagde opened this issue Jun 20, 2020 · 0 comments
Open

How to get or show HOST value from element #136

sunil-bagde opened this issue Jun 20, 2020 · 0 comments

Comments

@sunil-bagde
Copy link

sunil-bagde commented Jun 20, 2020

 {
  "element": "parseResult",
  "content": [
    {
      "element": "category",
      "meta": {
        "classes": {
          "element": "array",
          "content": [
            {
              "element": "string",
              "content": "api"
            }
          ]
        },
        "title": {
          "element": "string",
          "content": "API Example"
        }
      },
      "attributes": {
        "metadata": {
          "element": "array",
          "content": [
            {
              "element": "member",
              "meta": {
                "classes": {
                  "element": "array",
                  "content": [
                    {
                      "element": "string",
                      "content": "user"
                    }
                  ]
                }
              },
              "content": {
                "key": {
                  "element": "string",
                  "content": "FORMAT"
                },
                "value": {
                  "element": "string",
                  "content": "1A"
                }
              }
            },
            {
              "element": "member",
              "meta": {
                "classes": {
                  "element": "array",
                  "content": [
                    {
                      "element": "string",
                      "content": "user"
                    }
                  ]
                }
              },
              "content": {
                "key": {
                  "element": "string",
                  "content": "HOST"
                },
                "value": {
                  "element": "string",
                  "content": "api.example.com"
                }
              }
            }
          ]
        }
      },
      "content": [
        {
          "element": "resource",
          "meta": {
            "title": {
              "element": "string",
              "content": "Movies | Films Collection"
            }
          },
          "attributes": {
            "href": {
              "element": "string",
              "content": "/api/"
            }
          },
          "content": []
        }
      ]
    }
  ]
}

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant