https://github.com/powershellweb/json-ld
Get JSON Linked Data with PowerShell
https://github.com/powershellweb/json-ld
Last synced: 5 months ago
JSON representation
Get JSON Linked Data with PowerShell
- Host: GitHub
- URL: https://github.com/powershellweb/json-ld
- Owner: PowerShellWeb
- License: mit
- Created: 2025-03-16T19:12:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T20:23:28.000Z (11 months ago)
- Last Synced: 2025-03-16T20:31:43.996Z (11 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-LD
Get JSON Linked Data with PowerShell
Gets information stored in a page's [json-ld](https://json-ld.org/) (json linked data)
Many pages expose this information for search engine optimization.
## JSON-LD in PowerShell
JSON-LD is one of a number of ways you can get more information about a page.
This information can be useful in any number of fun and useful PowerShell scenarios
For example, let's get information about a movie.
~~~PowerShell
Get-JsonLD https://www.imdb.com/title/tt0211915/
~~~
Let's take things a step further, and get the information we can know about any movie:
~~~PowerShell
JsonLD https://schema.org/Movie
~~~