Questions tagged [elixir-jason]

Jason is a JSON parsing library for Elixir. See https://github.com/michalmuskala/jason

33 questions
-1
votes
1 answer

How to handle jackson.jasonMappingException in mulesoft

when i am sending a request through postman, i am getting a following exception. org.codehaus.jackson.map.JsonMappingException: Can not instantiate value of type [map type; class java.util.LinkedHashMap, [simple type, class java.lang.Object] ->…
-1
votes
1 answer

How to get a specific field from json object by key:value?

I'm trying to save my data using json. I don't know how to get specific object group from a set of json objects. [ { "dateinformation": "2021-10-05:23:01", "id": 1, "MoveCount": 3, "StartPoint": 2322, "TotalDist": 2331, "SafeDist":…
Jay
  • 1
  • 1
1 2
3