Created
April 5, 2017 08:16
-
-
Save hishnash/7bd790bd65c3c5e13b0b386e2fb09e6b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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