Skip to content

Instantly share code, notes, and snippets.

@hishnash
Created April 5, 2017 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hishnash/7bd790bd65c3c5e13b0b386e2fb09e6b to your computer and use it in GitHub Desktop.
Save hishnash/7bd790bd65c3c5e13b0b386e2fb09e6b to your computer and use it in GitHub Desktop.
{
"module": "docutils.nodes",
"type": "literal_block",
"children": [
{
"module": "docutils.nodes",
"type": "Text",
"children": [],
"attributes": {
"text": "function evaluate(context){\n var dv = new DynamicValue('com.luckymarmot.URLEncodingDynamicValue', {\n 'input': 'Something to be URL-encoded'\n });\n return dv.getEvaluatedString();\n};"
}
}
],
"attributes": {
"ids": [],
"classes": [],
"names": [],
"dupnames": [],
"backrefs": [],
"xml:space": "preserve",
"language": "javascript",
"linenos": false,
"highlight_args": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment