-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I tried this simple JSOL program:
{
"documents": {"lit": {"a": 1}},
"f": {
"params": [],
"def": [
[
"println",
"documents"
]
]
},
"main": {
"def": [
[
"f"
]
]
}
}
but the output is:
{u'a': }
I expected to be:
{u'a': 1 }
I used the evaluator in http://www.jsol.org/
Metadata
Metadata
Assignees
Labels
No labels