Top "Objectmapper" questions

ObjectMapper is a library for simple JSON object mapping in Swift.

Error Domain=NSCocoaErrorDomain Code=3840 "No string key for value in object around character 1."

This is the json string returned from a server. I am trying to Map it to a object mapper class …

ios json swift objectmapper
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.ArrayList` out of START_OBJECT token

How to read below JSON using Jackson ObjectMapper? I have developed code but getting below error. com.fasterxml.jackson.databind.…

java json jackson deserialization objectmapper
How to prevent ObjectMapper from converting escaped unicode?

I'm using Jackson 2.4 in Java to do some JSON legwork. I make a call to a remote server with Apache …

java json jackson objectmapper
Enum element cannot be referenced as an instance member

I'm creating an API layer using Moya and keep getting the above mentioned error for the .updateMyWeightGoal target when I'm …

ios swift enums objectmapper moya
Mapping to Swift Object issue showing nil using Alamofire ObjectMapper

I m new to iOS and Swift development environment. I was trying to use Alamofire for pulling JSON and AlamofireObjectMapper …

ios json swift2 alamofire objectmapper