python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to parse in the varchar type json column?
Can you tell me how to parse in varchar type? (in Presto & Hive)
[{u'pageId': u'102', u'title': u'ud648', u'isBrandHomePage': 1, u'active': True, u'pageType': 1, u'type': u'page'}, {u'pageId': u'1...
Sun
Votes: 0
Answers: 1
How to parse from string to Int without .0 in Karate
I following the document of Karate Framework, to parse string to Int
https://github.com/karatelabs/karate#floats-and-integers
def foo = '10'
string json = { bar: '#(1 * foo)' }
match json == '{&quo...

Trung Le
Votes: 0
Answers: 0
XPath - XML document nodes selection problem
Need help with XPATH.
I use this library jcabi (see samples) to process XML document. I'm facing a problem (all nodes named "member" are retrived, I just want the first level of "member...
aristos
Votes: 0
Answers: 2
Parsing table-like string into JavaScript object
This string is structured in a human-readable table-like way. It contains three columns. However, the only information I need is a list of all of the values from the first column.
app115 ...

Rocketblue
Votes: 0
Answers: 2