File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ Where
4040- ` x ` is a K object
4141- ` d ` is a dictionary
4242
43- returns the result of ` .j.j ` unless `` d `null0w`` , in which case ` 0w ` and ` -0w ` are mapped to ` "null" ` .
43+ returns the result of ` .j.j ` unless d [ ` null0w] is 1b , in which case ` 0w` and ` -0w` are mapped to ` "null"`.
4444(Since V3.6 2018.12.06.)
4545
4646``` q
4747q).j.j -0w 0 1 2 3 0w
4848"[-inf,0,1,2,3,inf]"
4949q).j.jd(-0w 0 1 2 3 0w;()!())
5050"[-inf,0,1,2,3,inf]"
51- q).j.jd(-0w 0 1 2 3 0w;(!). 1#'` null0w,1b )
51+ q).j.jd(-0w 0 1 2 3 0w;([ null0w:1b]) )
5252"[null,0,1,2,3,null]"
5353```
5454
75752 "Earthlings"
7676```
7777
78- !!! warning "Note serialization and deserialization to and from JSON may not preserve q datatype"
78+ !!! warning "Note serialization and deserialization to and from JSON may not preserve q datatype"
You can’t perform that action at this time.
0 commit comments