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

json parse integer 64bit timestamp #622

Closed
jschoch opened this Issue May 23, 2016 · 4 comments

Comments

Projects
None yet
2 participants
@jschoch

jschoch commented May 23, 2016

"Expecting an Int at _.sender_map.updated but instead got: 1463343028211056000"

is there a Number type or something I can use for my decoder?

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender May 23, 2016

Contributor

Are you sure you are using version 4.0.1 of the core package? It contains this recent fix: https://github.com/elm-lang/core/pull/586.

Contributor

jvoigtlaender commented May 23, 2016

Are you sure you are using version 4.0.1 of the core package? It contains this recent fix: https://github.com/elm-lang/core/pull/586.

@jschoch

This comment has been minimized.

Show comment
Hide comment
@jschoch

jschoch May 23, 2016

updated the package got

Uncaught TypeError: _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$decode is not a function

jschoch commented May 23, 2016

updated the package got

Uncaught TypeError: _NoRedInk$elm_decode_pipeline$Json_Decode_Pipeline$decode is not a function

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender May 23, 2016

Contributor

You will have to show complete example code to allow diagnosing this further. Ideally, an http://sscce.org/.

Contributor

jvoigtlaender commented May 23, 2016

You will have to show complete example code to allow diagnosing this further. Ideally, an http://sscce.org/.

@jschoch

This comment has been minimized.

Show comment
Hide comment
@jschoch

jschoch May 23, 2016

i had to wipe out elm-stuff, it is working now, thanks!

jschoch commented May 23, 2016

i had to wipe out elm-stuff, it is working now, thanks!

@jschoch jschoch closed this May 23, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment