jsonnet.org
JAVASCRIPT
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 33:32 |
…-1', 'auto'); |
|
| 34 |
ga('send', 'pageview'); |
|
| 35 |
</script> |
|
| 36 |
|
|
| 37 |
<!-- Google Fonts --> |
|
| 38 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" rel="stylesheet" type="text/css"> |
|
| 39 |
|
|
| 40 |
<!-- CodeMirror --> |
|
| 41 |
… |
|
| 54:31 |
… await (await resp).arrayBuffer(); |
|
| 55 |
return await WebAssembly.instantiate(source, importObject); |
Runs a Go-compiled WASM module from a JS host |
| 56 |
}; |
|
| 57 |
} |
|
| 58 |
const go = new Go(); |
Go/TinyGo wasm_exec host runtime object |
| 59 |
WebAssembly.instantiateStreaming(fetch("/js/libjsonnet.wasm"), go.importObject).then((result) => { |
Calls or passes the JavaScript fetch API |
| 60 |
go.run(result.instance); |
|
| 61 |
}); |
|
| 62 |
</script> |
|
| 63 |
<script src="/js/demo.js"></script> |
|
| 64 |
|
|
| 65 |
<!-- Navigation menus --> |
|
| 66 |
<script s… |
|
| 118:9 |
…div> |
|
| 119 |
</div> |
|
| 120 |
<a id=groupsmark class=header-element href="https://groups.google.com/g/jsonnet"></a> |
|
| 121 |
<a id=githubmark class=header-element href="https://github.com/google/jsonnet"></a> |
|
| 122 |
<a id=gomark class=header-element href="https://github.com/google/go-jsonnet"></a> |
|
| 123 |
</div> |
|
| 124 |
</div> |
|
| 125 |
|
|
| 126 |
<d… |
|
| 150:13 |
…d> |
|
| 151 |
<p> |
|
| 152 |
A simple extension of <a href="https://json.org/">JSON</a><br> |
|
| 153 |
</p> |
|
| 154 |
<ul> |
|
| 155 |
<li>Open source (Apache 2.0)</li> |
|
| 156 |
<li>Familiar syn… |
|
| 334:42 |
…lized |
|
| 335 |
||| % {dir: dir, perm: permission}, |
|
| 336 |
|
|
| 337 |
'cassandra.conf': std.manifestYamlDoc({ |
Apache Cassandra database reference |
| 338 |
cluster_name: application, |
|
| 339 |
seed_provider: [ |
|
| 340 |
{ |
|
| 341 |
… |
|
Objectives
| 7:213 |
…ion, expand" /> |
|
| 8 |
<meta name="description" content="A powerful DSL for elegant description of JSON data." /> |
|
| 9 |
<meta name="viewport" content="width=576"> |
|
| 10 |
|
|
| 11 |
<link rel="icon" type="image/png" href="/favicon.png" /> |
|
| 12 |
|
|
| 13 |
<!-- MathJax (for semantics) --> |
|
| 14 |
<script type="text/x-mathjax-config"> |
|
| 15 |
… |
|
| 49:40 |
…ript> |
|
| 50 |
<script> |
|
| 51 |
if (!WebAssembly.instantiateStreaming) { |
|
| 52 |
// This function was observ… |
|
| 327:15 |
… |
|
| 328 |
}), |
|
| 329 |
|
|
| 330 |
'init.sh': ||| |
|
| 331 |
#!/usr/bin/env bash |
|
| 332 |
mkdir -p %(di… |
|
Micro-behaviors
| 54:31 |
… await (await resp).arrayBuffer(); |
|
| 55 |
return await WebAssembly.instantiate(source, importObject); |
|
| 56 |
}; |
|
| 57 |
} |
|
| 58 |
const go = new Go(); |
|
| 59 |
WebAssembly.instantiateStreaming(fetch("/js/libjsonnet.wasm"), go.importObject).then((result) => { |
|
| 60 |
go.run(result.instance); |
|
| 61 |
}); |
|
| 62 |
</script> |
|
| 63 |
<script src="/js/demo.js"></script> |
|
| 64 |
|
|
| 65 |
<!-- Navigation menus --> |
|
| 66 |
<script s… |
|
| 341:42 |
…ovider', |
|
| 342 |
parameters: [{ seeds: '127.0.0.1' }], |
|
| 343 |
}, |
|
| 344 |
], |
|
| 345 |
}), |
|
| 346 |
} |
|
| 347 |
</textarea> |
|
| 348 |
</div> |
|
| 349 |
<… |
|
| 33:32 |
…-1', 'auto'); |
|
| 34 |
ga('send', 'pageview'); |
|
| 35 |
</script> |
|
| 36 |
|
|
| 37 |
<!-- Google Fonts --> |
|
| 38 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" rel="stylesheet" type="text/css"> |
|
| 39 |
|
|
| 40 |
<!-- CodeMirror --> |
|
| 41 |
… |
|
| 118:9 |
…div> |
|
| 119 |
</div> |
|
| 120 |
<a id=groupsmark class=header-element href="https://groups.google.com/g/jsonnet"></a> |
|
| 121 |
<a id=githubmark class=header-element href="https://github.com/google/jsonnet"></a> |
|
| 122 |
<a id=gomark class=header-element href="https://github.com/google/go-jsonnet"></a> |
|
| 123 |
</div> |
|
| 124 |
</div> |
|
| 125 |
|
|
| 126 |
<d… |
|
| 150:13 |
…d> |
|
| 151 |
<p> |
|
| 152 |
A simple extension of <a href="https://json.org/">JSON</a><br> |
|
| 153 |
</p> |
|
| 154 |
<ul> |
|
| 155 |
<li>Open source (Apache 2.0)</li> |
|
| 156 |
<li>Familiar syn… |
|
| 405:8 |
… The name Jsonnet is a portmanteau of JSON and <a |
|
| 406 |
href="https://en.wikipedia.org/wiki/Sonnet"><i>sonnet</i></a>, pronounced "jay sonnet". It |
|
| 407 |
began life early 2014 as a 20% project and was launched on… |
|
| 413:11 |
… |
|
| 414 |
|
|
| 415 |
<div class=panel> |
|
| 416 |
<p class=center> |
|
| 417 |
<a href='https://bitnami.com'><img class=user-logo src=img/users/bitnami.png></a> |
|
| 418 |
<!-- |
|
| 419 |
<a href='https://www.box.com'><img class=user-logo src=img/users/box.jpg></a> |
|
| 420 |
<a href='https://coreos.com'><img class=user-logo src=img/users/coreos.svg></a> |
|
| 421 |
<a href='https://databricks.com'><img class=user-logo src=img/users… |
|
| 334:42 |
…lized |
|
| 335 |
||| % {dir: dir, perm: permission}, |
|
| 336 |
|
|
| 337 |
'cassandra.conf': std.manifestYamlDoc({ |
|
| 338 |
cluster_name: application, |
|
| 339 |
seed_provider: [ |
|
| 340 |
{ |
|
| 341 |
… |
|
| 54:31 |
… await (await resp).arrayBuffer(); |
|
| 55 |
return await WebAssembly.instantiate(source, importObject); |
|
| 56 |
}; |
|
| 57 |
} |
|
| 58 |
const go = new Go(); |
|
| 59 |
WebAssembly.instantiateStreaming(fetch("/js/libjsonnet.wasm"), go.importObject).then((result) => { |
|
| 60 |
go.run(result.instance); |
|
| 61 |
}); |
|
| 62 |
</script> |
|
| 63 |
<script src="/js/demo.js"></script> |
|
| 64 |
|
|
| 65 |
<!-- Navigation menus --> |
|
| 66 |
<script s… |
|
| 27:23 |
…/javascript"> |
|
| 28 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
| 29 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
| 30 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
| 31 |
})(window,document,'script','//www.google-analytics.c… |
|
| 54:31 |
… await (await resp).arrayBuffer(); |
|
| 55 |
return await WebAssembly.instantiate(source, importObject); |
|
| 56 |
}; |
|
| 57 |
} |
|
| 58 |
const go = new Go(); |
|
| 59 |
WebAssembly.instantiateStreaming(fetch("/js/libjsonnet.wasm"), go.importObject).then((result) => { |
|
| 60 |
go.run(result.instance); |
|
| 61 |
}); |
|
| 62 |
</script> |
|
| 63 |
<script src="/js/demo.js"></script> |
|
| 64 |
|
|
| 65 |
<!-- Navigation menus --> |
|
| 66 |
<script s… |
|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 3 |
|
|
| 4 |
<head> |
|
| 5 |
<title>Jsonnet - Jsonnet Configuration Language</title> |
|
| 6 |
<meta… |
|
| 413:11 |
… |
|
| 414 |
|
|
| 415 |
<div class=panel> |
|
| 416 |
<p class=center> |
|
| 417 |
<a href='https://bitnami.com'><img class=user-logo src=img/users/bitnami.png></a> |
|
| 418 |
<!-- |
|
| 419 |
<a href='https://www.box.com'><img class=user-logo src=img/users/box.jpg></a> |
|
| 420 |
<a href='https://coreos.com'><img class=user-logo src=img/users/coreos.svg></a> |
|
| 421 |
<a href='https://databricks.com'><img class=user-logo src=img/users… |
|
| 33:32 |
…-1', 'auto'); |
|
| 34 |
ga('send', 'pageview'); |
|
| 35 |
</script> |
|
| 36 |
|
|
| 37 |
<!-- Google Fonts --> |
|
| 38 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" rel="stylesheet" type="text/css"> |
|
| 39 |
|
|
| 40 |
<!-- CodeMirror --> |
|
| 41 |
… |
|
| 341:42 |
…ovider', |
|
| 342 |
parameters: [{ seeds: '127.0.0.1' }], |
|
| 343 |
}, |
|
| 344 |
], |
|
| 345 |
}), |
|
| 346 |
} |
|
| 347 |
</textarea> |
|
| 348 |
</div> |
|
| 349 |
<… |
|
| 33:32 |
…-1', 'auto'); |
|
| 34 |
ga('send', 'pageview'); |
|
| 35 |
</script> |
|
| 36 |
|
|
| 37 |
<!-- Google Fonts --> |
|
| 38 |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" rel="stylesheet" type="text/css"> |
|
| 39 |
|
|
| 40 |
<!-- CodeMirror --> |
|
| 41 |
… |
|
| 321:32 |
…, |
|
| 322 |
socket: dir + '/uwsgi.sock', |
|
| 323 |
'chmod-socket': permission, |
|
| 324 |
ca… |
|
| 405:8 |
… The name Jsonnet is a portmanteau of JSON and <a |
|
| 406 |
href="https://en.wikipedia.org/wiki/Sonnet"><i>sonnet</i></a>, pronounced "jay sonnet". It |
|
| 407 |
began life early 2014 as a 20% project and was launched on… |
|
| 15:15 |
…b.Config({ |
|
| 16 |
extensions: ["tex2jax.js"], |
|
| 17 |
jax: ["input/TeX","output/HTML-CSS"], |
|
| 18 |
display… |
|
| 7:213 |
…ion, expand" /> |
|
| 8 |
<meta name="description" content="A powerful DSL for elegant description of JSON data." /> |
|
| 9 |
<meta name="viewport" content="width=576"> |
|
| 10 |
|
|
| 11 |
<link rel="icon" type="image/png" href="/favicon.png" /> |
|
| 12 |
|
|
| 13 |
<!-- MathJax (for semantics) --> |
|
| 14 |
<script type="text/x-mathjax-config"> |
|
| 15 |
… |
|
| 21 |
</script> |
|
| 22 |
<script type="text/javascript" src="/third_party/MathJax-2.7.2/MathJax.js"></script> |
|
| 23 |
<scr… |
|
| 7:213 |
…ion, expand" /> |
|
| 8 |
<meta name="description" content="A powerful DSL for elegant description of JSON data." /> |
|
| 9 |
<meta name="viewport" content="width=576"> |
|
| 10 |
|
|
| 11 |
<link rel="icon" type="image/png" href="/favicon.png" /> |
|
| 12 |
|
|
| 13 |
<!-- MathJax (for semantics) --> |
|
| 14 |
<script type="text/x-mathjax-config"> |
|
| 15 |
… |
|
| 27:23 |
…/javascript"> |
|
| 28 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
| 29 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
| 30 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
| 31 |
})(window,document,'script','//www.google-analytics.c… |
|
Metadata
-
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jsonnet - Jsonnet Configuration Language</title>
<meta
-
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jsonnet - Jsonnet Configuration Language</title>
<meta
×5
| 97:125 |
…ouseout='menu_leave()'> |
|
| 98 |
Reference |
|
| 99 |
</div> |
|
| 100 |
<div class=pop-up onmouseover='menu_open_pop… |
|
| 7:213 |
…ion, expand" /> |
|
| 8 |
<meta name="description" content="A powerful DSL for elegant description of JSON data." /> |
|
| 9 |
<meta name="viewport" content="width=576"> |
|
| 10 |
|
|
| 11 |
<link rel="icon" type="image/png" href="/favicon.png" /> |
|
| 12 |
|
|
| 13 |
<!-- MathJax (for semantics) --> |
|
| 14 |
<script type="text/x-mathjax-config"> |
|
| 15 |
… |
|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 3 |
|
|
| 4 |
<head> |
|
| 5 |
<title>Jsonnet - Jsonnet Configuration Language</title> |
|
| 6 |
<meta… |
|
| 27:23 |
…/javascript"> |
|
| 28 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
| 29 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
| 30 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
| 31 |
})(window,document,'script','//www.google-analytics.c… |
|
| 27:23 |
…/javascript"> |
|
| 28 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
| 29 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
| 30 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
| 31 |
})(window,document,'script','//www.google-analytics.c… |
|
Identity
| SHA-256 |
fe40e4e6fdacba32f41e3a82e4d02e08809297053c73915161dab490e2a8a73e |
| Filename |
jsonnet.org |
| PURL |
https://jsonnet.org |
Timeline
| First seen |
28 Jul 2026 06:30 UTC |
| First analyzed |
28 Jul 2026 06:31 UTC |
| Last analyzed |
28 Jul 2026 06:31 UTC |
| Last updated |
28 Jul 2026 06:31 UTC |