Is it possible to avoid the colon: inside a JSON string? This object / value is currently set
{ pn: "MT46H128M16LFCK-5 IT:A", visible: false, url: "/$ws$/29/1/products/ProductDetails.html?product=products/dram/MT46H128M16LFCK-5 IT" }
not readable. I suspect this because of the :Ameaning pn. How can I avoid this or otherwise capture it?
:A
pn
If your actual JSON, your problem is that identifiers (pn, visible, url) should be specified ("pn", "visible", "url").
As the comment says, colons should not be escaped in JSON string literals.
Source: https://habr.com/ru/post/1751820/More articles:VB.NET: syntax highlighting - vb.netHow can I replace any word in a line that starts with an @ symbol, such as Twitter, in Javascript / JQuery? - javascriptOptimizing application key usage - pythonWhy should I separately use used / unused columns in a table? - sqlСложный счетчик - только int, но он не будет работать по запросу - c++Using urllib2 with Jython 2.2 - pythonBalancing Value Sets - algorithmMySQL: UPDATING a row without a guaranteed unique field - sqlRuby on Rails: Cucumber: how to check if a link opens in a new window / tab? - ruby-on-railsПочему FileHandle:: getpos на вновь открывшемся дескрипторе возвращает пустую строку, а не 0? - file-ioAll Articles