size limit for json.k

When parsing a quite long json structure i get an error message:

q)i:system "curl -s -k -H \"Authorization: Bearer MyToken\" https://api-fxpractice.oanda.com/v1/instruments?accountId=My Account"q)i,"{""\t\"instruments\" : [""\t\t{""\t\t\t\"instrument\" : \"AU200_AUD\",""\t\t\t\"displayName\" : \"Australia 200\",""\t\t\t\"pip\" : \"0.1\",""\t\t\t\"maxTradeUnits\" : 200""\t\t},""\t\t{""\t\t\t\"instrument\" : \"AUD_CAD\",""\t\t\t\"displayName\" : \"AUD\\/CAD\",""\t\t\t\"pip\" : \"0.0001\",""\t\t\t\"maxTradeUnits\" : 10000000""\t\t},""\t\t{""\t\t\t\"instrument\" : \"AUD_CHF\",""\t\t\t\"displayName\" : \"AUD\\/CHF\",""\t\t\t\"pip\" : \"0.0001\",""\t\t\t\"maxTradeUnits\" : 10000000""\t\t},""\t\t{""\t\t\t\"instrument\" : \"AUD_HKD\","..q)ii: raze iq)ii"{\t\"instruments\" : [\t\t{\t\t\t\"instrument\" : \"AU200_AUD\",\t\t\t\"disp..q)iii:.j.k iik){$["{"=*x;($c’n#‘x)!c’(1+n:x?'“:”)_‘x:d x;“[”=*x;.Q.fc[c’]d x;q=*x;$[1<+/v x;'err;"",. x];"a">*x;"F"$x;"n"=*x;0n;"t"=*x]}'"AUD\/CAD".:"\"AUD\\/CAD\""q.j))

Can it be caused by the size of data to parse?

If so, Is it possible to increase the maximum size?

Cheers

Francisco

It’s not a size restriction. v3.1 cannot parse /
however v3.2 can - we’ll release the 32bit on kx.com soon.

q)`$“AUD/CAD”

`AUD/CAD

Thanks

Francisco