Skip to content

Commit

Permalink
Merge pull request #87 from duckbrain/patch-1
Browse files Browse the repository at this point in the history
Add Go's standard library
  • Loading branch information
wardi authored Feb 15, 2024
2 parents dc79d40 + 9ec24d8 commit 2dd9a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions on_the_web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ <h2>On the web</h2>
<p><a href="https://shopify.dev/api/usage/bulk-operations/queries">Shopify GraphQL Bulk Operations API</a>, designed for very large data exports from Shopify stores, returns results in the form of a JSONL file.</p>

<p><a href="https://www.htmlvalidator.com/">CSS HTML Validator for Windows v22.0211+</a> now supports JSON Lines syntax checking.</p>

<p><a href="https://pkg.go.dev/encoding/json#NewEncoder">Go Standard library's json.Encoder</a> will produce JSON lines by default. The decoder parses Concatenated JSON, which is compatible with, though less strict than, JSON lines</p>

<p><a href="https://github.com/simonfrey/jsonl">Golang JSONL library</a></p>

Expand Down

0 comments on commit 2dd9a48

Please sign in to comment.