-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constructor not defined: [Object].<Constructor>(System.JSONParser) #24
Comments
Do you have more info, a sample json that causes an issue? |
ShopifyOrder_Error (2).zip I used this tool a few months back for what is currently running and had to make quite a few mods to get it to save correctly. It works for about 70% of the data were trying to pull back but now that I'm trying to increase that success rate, I'd like to understand what's going on with some of the anomalies that needed to be addressed for original deployment. Attached is large json of orders from Shopify. |
The issue mentioned in the title here is fixed, however there are other issues with the shopify sample that aren't fixed. [seem to be hitting some kind of expr size limit]. |
I have the same or similar issue. `// public class BookingsWrapper {
}` While I was trying to solve it I also came across the following exception: So to solve the issue I added That worked form me. |
I'm trying to use this for Shopify Orders and a few things are falling into this Object category which results in not being able to save since an object constructor doesn't seem to be valid. Any advice on working around these issues?
The text was updated successfully, but these errors were encountered: