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)
Coverting a Kafka message into java object
I am trying to convert a kafka message which is received as List of string into Json object.
Following is my code snippet:
//Kafka consuming msg
List<String> message = KafkaMessa...
Rumi
Votes: 1
Answers: 1
MongoDB .NET Driver - Convert lambda expressions to JSON object
I need to execute my queries as string instead of lambda expressions because I am having a hard time using mocking frameworks in order to create unit tests for my projects.
In other words, I want to m...
Tono Nam
Votes: 0
Answers: 1
AWS SSM - store multiple parameters using terraform and json file
We have a couple of legacy applications we're migrating to ec2 and these use a bunch of application configuration parameters. I need to be able to store each config as an individual parameter per appl...

CMR H
Votes: 0
Answers: 1
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