1{2 "abs": 42,3 "acos": 1.0471975511965979,4 "asciiLower": "blah",5 "asciiUpper": "BLAH",6 "asin": 0.5235987755982989,7 "assertEqual": true,8 "atan": 1.373400766945016,9 "base64": [10 "YmxhaA==",11 "YmxhaA=="12 ],13 "base64Decode": "blah\n",14 "base64DecodeBytes": [15 98,16 108,17 97,18 104,19 1020 ],21 "ceil": 5,22 "char": "A",23 "codepoint": 65,24 "cos": 0.28366218546322625,25 "count": 1,26 "decodeUTF8": "AAA",27 "encodeUTF8": [28 98,29 108,30 97,31 10432 ],33 "endsWith": true,34 "escapeStringBash": "'test '\"'\"'test'\"'\"'test'",35 "escapeStringDollars": "test 'test'test",36 "escapeStringJson": "\"test 'test'test\"",37 "escapeStringPython": "\"test 'test'test\"",38 "exp": 148.4131591025766,39 "exponent": 3,40 "filter": [41 2,42 443 ],44 "filterMap": [45 4,46 847 ],48 "find": [49 2,50 451 ],52 "findSubstr": [53 0,54 555 ],56 "flatMap": [57 2,58 3,59 4,60 6,61 6,62 963 ],64 "flattenArrays": [65 1,66 2,67 3,68 4,69 5,70 [71 6,72 773 ]74 ],75 "floor": 5,76 "foldl": [77 0,78 1,79 2,80 381 ],82 "foldr": [83 1,84 2,85 3,86 487 ],88 "format": "test blah 42",89 "get": [90 17,91 42,92 18,93 4294 ],95 "isArray": true,96 "isBoolean": true,97 "isFunction": true,98 "isNumber": true,99 "isObject": true,100 "isString": true,101 "join": "a,b,c",102 "length": 0,103 "lines": "a\nb\nc\n",104 "log": 1.6094379124341003,105 "lstripChars": "bbbbcccc",106 "makeArray": [107 0,108 1,109 2,110 3,111 4112 ],113 "manifestIni": "a = 1\nb = 2\n[s1]\nx = 1\ny = 2\n",114 "manifestJsonEx": "{\n \"a\": {\n \"b\": \"c\"\n }\n}",115 "manifestJsonMinified": "{\"a\":{\"b\":\"c\"}}",116 "manifestPython": "{\"a\": {\"b\": \"c\"}}",117 "manifestPythonVars": "a = {\"b\": \"c\"}\n",118 "manifestTomlEx": "[a]\n b = \"c\"",119 "manifestXmlJsonml": "<blah a=\"42\"></blah>",120 "manifestYamlDoc": "\"a\":\n \"b\": \"c\"",121 "manifestYamlStream": "---\n42\n---\n\"a\":\n \"b\": \"c\"\n...\n",122 "mantissa": 0.6249999999999999,123 "map": [124 -1,125 -2,126 -3127 ],128 "mapWithIndex": [129 3,130 3,131 3132 ],133 "mapWithKey": {134 "a": 42135 },136 "max": 3,137 "md5": "1bc29b36f623ba82aaf6724fd3b16718",138 "member": true,139 "mergePatch": { },140 "min": 2,141 "objectFields": [ ],142 "objectFieldsAll": [ ],143 "objectHas": false,144 "objectHasAll": false,145 "objectKeysValues": [ ],146 "objectKeysValuesAll": [ ],147 "objectValues": [ ],148 "objectValuesAll": [ ],149 "parseHex": 3735928559,150 "parseInt": 42,151 "parseJson": {152 "a": "b"153 },154 "parseOctal": 83,155 "pow": 8,156 "prune": {157 "y": [158 "42"159 ]160 },161 "range": [162 1,163 2,164 3,165 4,166 5167 ],168 "repeat": "foofoofoo",169 "reverse": [170 "a",171 "b"172 ],173 "rstripChars": "aaabbbb",174 "set": [175 [176 1,177 2,178 3179 ],180 [181 3,182 2,183 1184 ]185 ],186 "setDiff": [187 [188 1,189 2190 ],191 [192 1,193 3194 ]195 ],196 "setInter": [197 [198 3199 ],200 [201 2202 ]203 ],204 "setMember": [205 false,206 true207 ],208 "setUnion": [209 [210 1,211 2,212 3,213 4,214 5215 ],216 [217 1,218 2,219 3,220 4,221 5222 ]223 ],224 "sign": 1,225 "sin": -0.9589242746631385,226 "slice": "o",227 "sort": [228 [229 1,230 2,231 3232 ],233 [234 3,235 2,236 1237 ]238 ],239 "split": [240 "a",241 "b",242 "c"243 ],244 "splitLimit": [245 "a",246 "b,c"247 ],248 "splitLimitR": [249 "a,b",250 "c"251 ],252 "sqrt": 2.23606797749979,253 "startsWith": true,254 "strReplace": "bba",255 "stringChars": [256 "b",257 "l",258 "a",259 "h"260 ],261 "stripChars": "bbbb",262 "substr": "s",263 "tan": -3.380515006246586,264 "thisFile": "stdlib_smoke_test.jsonnet",265 "toString": "42",266 "type": "object",267 "uniq": [268 [269 1,270 2,271 3272 ],273 [274 "a",275 "B",276 "a"277 ]278 ]279}