Skip to content

Commit 3798f98

Browse files
author
James Brundage
committed
feat: Get-JsonLD ( Fixes #2 )
Adding examples
1 parent f1fab69 commit 3798f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Commands/Get-JsonLD.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ function Get-JsonLD {
77
88
This is a format used by many websites to provide structured data about their content.
99
.EXAMPLE
10+
# Want to get information about a movie? Linked Data to the rescue!
1011
Get-JsonLD -Url https://www.imdb.com/title/tt0211915/
1112
#>
13+
[Alias('jsonLD','json-ld')]
1214
param(
1315
# The URL that may contain JSON-LD data
1416
[Parameter(Mandatory, ValueFromPipeline, ValueFromPipelineByPropertyName)]

0 commit comments

Comments
 (0)