go to post Adam Skurek · Jul 30, 2020 s dyn={}d dyn.%Set("asNumber",123)d dyn.%Set("asString",123,"string") w dyn.%ToJSON() {"asNumber":123,"asString":"123"}
go to post Adam Skurek · Dec 8, 2018 Is it possible that you added index definitions after you filled the table with data?If that is the case, then those indices are not built ("empty"), and so if the query uses them, then it returns no data. In such case you have to build your indices manually via ##class(MML.Cities).%BuildIndices().
go to post Adam Skurek · Jun 13, 2018 I've contacted WRC about this, and their answer is that there is no built-in way.They offered a workaround of enabling unauthenticated access and checking AUTHORIZATION header manually.