Groups
Groups
Sign in
Groups
Groups
argonaut-json
Conversations
About
Send feedback
Help
argonaut-json
Contact owners and managers
1–23 of 23
Mark all as read
Report group
0 selected
Felix Satyaputra
9/11/17
Questions on the next argonaut release
Hi, Can I ask when is the next planned release date for Argonaut please? I'm particularly
unread,
Questions on the next argonaut release
Hi, Can I ask when is the next planned release date for Argonaut please? I'm particularly
9/11/17
Robson Peixoto
,
Gary Pamparà
4
12/1/16
Iterate over Json
All depends on what the "first level" means. You can still use fold and then don't
unread,
Iterate over Json
All depends on what the "first level" means. You can still use fold and then don't
12/1/16
toto
1/14/16
How can I write the code of an object and for trait ?
trait FirstTrait extends globaltrait case class theFirst extends FirstTrait case class theSecond
unread,
How can I write the code of an object and for trait ?
trait FirstTrait extends globaltrait case class theFirst extends FirstTrait case class theSecond
1/14/16
Gary Pamparà
10/26/15
Re: java.lang.IncompatibleClassChangeError: Found class scalaz.$bslash$div, but interface was expected
You have a mismatch in the versions on scalaz and argonaut. Please update your argonaut dependency to
unread,
Re: java.lang.IncompatibleClassChangeError: Found class scalaz.$bslash$div, but interface was expected
You have a mismatch in the versions on scalaz and argonaut. Please update your argonaut dependency to
10/26/15
Tim Fry
,
Ionuț G. Stan
2
9/23/15
Access and modify part of an arbitrary Json object
How about storing the arbitrary JSON part as an Argonaut Json data type. Is that within your
unread,
Access and modify part of an arbitrary Json object
How about storing the arbitrary JSON part as an Argonaut Json data type. Is that within your
9/23/15
cao...@gmail.com
,
seantparsons
5
7/31/15
surprising behaviour constructing json with the cons operator
Thanks Sean, I thought that might be the case but it was good to have confirmation! Have a great
unread,
surprising behaviour constructing json with the cons operator
Thanks Sean, I thought that might be the case but it was good to have confirmation! Have a great
7/31/15
Viktor Hedefalk
,
seantparsons
3
6/1/15
Rename a json property…
Thanks Sean! Yeah, I found http://stackoverflow.com/a/21267006/312873 and ended up with something as
unread,
Rename a json property…
Thanks Sean! Yeah, I found http://stackoverflow.com/a/21267006/312873 and ended up with something as
6/1/15
Pavel Meledin
2/6/15
Automatic implicit conversions for Encode/Decode of basic Scala types and case classes
Hi everyone, There is a module for jackson that does some magic and makes possible to get out of box
unread,
Automatic implicit conversions for Encode/Decode of basic Scala types and case classes
Hi everyone, There is a module for jackson that does some magic and makes possible to get out of box
2/6/15
Rahul Goma Phulore
, …
"Ionuț G. Stan"
6
8/24/14
Why is pattern matching on Argonaut Json "disabled"?
Hi Mark. Thank you for your answers. I have only now started playing with cursors and such. Given the
unread,
Why is pattern matching on Argonaut Json "disabled"?
Hi Mark. Thank you for your answers. I have only now started playing with cursors and such. Given the
8/24/14
David Barri
, …
Mark Hibberd
4
6/28/14
Encoding longs as numbers
/cc the list this time :/ On 29/06/2014 10:32 am, "David Barri" <japg...@gmail.com>
unread,
Encoding longs as numbers
/cc the list this time :/ On 29/06/2014 10:32 am, "David Barri" <japg...@gmail.com>
6/28/14
Kris Nuttycombe
,
Mark Hibberd
4
6/28/14
Decoding to types with private constructors.
Thanks! I expected it'd be something trivially simple I was missing. On Sat, Jun 28, 2014 at 3:49
unread,
Decoding to types with private constructors.
Thanks! I expected it'd be something trivially simple I was missing. On Sat, Jun 28, 2014 at 3:49
6/28/14
Mohsen Jamali
,
Gary Pamparà
2
6/26/14
avoiding null values in asJson method
Please paste some code so that we can see how you are currently doing this. You're most likely
unread,
avoiding null values in asJson method
Please paste some code so that we can see how you are currently doing this. You're most likely
6/26/14
Mohsen Jamali
6/26/14
Complex Json Entities
Hi, I am quite new to Json and Argonaut. I want to create a complex Json Entity as follows: case
unread,
Complex Json Entities
Hi, I am quite new to Json and Argonaut. I want to create a complex Json Entity as follows: case
6/26/14
jack rudnick
, …
Jack Rudnick
5
6/17/14
NaN values in JSON
Thanks for the quick response! On Tuesday, June 17, 2014 5:25:04 PM UTC-4, seantparsons wrote: If you
unread,
NaN values in JSON
Thanks for the quick response! On Tuesday, June 17, 2014 5:25:04 PM UTC-4, seantparsons wrote: If you
6/17/14
John Ky
2
6/16/14
How to assert length two array or value for field?
Hello, Thanks to Mark earlier on the tip with the validate method. I'd like to ask a stylistic
unread,
How to assert length two array or value for field?
Hello, Thanks to Mark earlier on the tip with the validate method. I'd like to ask a stylistic
6/16/14
Germán Ferrari
, …
Sean Parsons
5
5/31/14
Random order of fields in generated Json
On Saturday, May 31, 2014 4:19:26 PM UTC-3, seantparsons wrote: It'll be about 20-30% slower if
unread,
Random order of fields in generated Json
On Saturday, May 31, 2014 4:19:26 PM UTC-3, seantparsons wrote: It'll be about 20-30% slower if
5/31/14
Winarto Zhao
,
seantparsons
12
1/20/14
Argonaut is unable to be integrated with Spring's AbstractHttpMessageConverter?
I understand that, the only way I can see to achieve that would be to create a Map or similar of
unread,
Argonaut is unable to be integrated with Spring's AbstractHttpMessageConverter?
I understand that, the only way I can see to achieve that would be to create a Map or similar of
1/20/14
simbo1905
,
Mark Hibberd
2
9/8/13
None coming out as null in the json string
On Sun, Sep 8, 2013 at 6:52 AM, simbo1905 <masse...@gmail.com> wrote: > Someone doing some
unread,
None coming out as null in the json string
On Sun, Sep 8, 2013 at 6:52 AM, simbo1905 <masse...@gmail.com> wrote: > Someone doing some
9/8/13
simbo1905
9/7/13
decoding using the case class base type
Folks, I am looking for a good way to decode a set of case classes from json without having to know
unread,
decoding using the case class base type
Folks, I am looking for a good way to decode a set of case classes from json without having to know
9/7/13
Sukant Hajra
,
Mark Hibberd
5
8/15/13
considering a release compiling against ScalaZ 7.1.0-M2?
Everything you've said sounds great. I'll just compile against 6.1-SNAPSHOT for a day or so.
unread,
considering a release compiling against ScalaZ 7.1.0-M2?
Everything you've said sounds great. I'll just compile against 6.1-SNAPSHOT for a day or so.
8/15/13
Tony Morris
,
Mark Hibberd
2
1/8/13
Java?
On Jan 8, 2013 8:42 PM, "Tony Morris" <tmo...@tmorris.net> wrote: > > Has
unread,
Java?
On Jan 8, 2013 8:42 PM, "Tony Morris" <tmo...@tmorris.net> wrote: > > Has
1/8/13
Tony Morris
,
Mark Hibberd
3
12/30/12
Codec
On 31/12/12 12:06, Mark Hibberd wrote: On Dec 30, 2012 8:29 PM, "Tony Morris" <
unread,
Codec
On 31/12/12 12:06, Mark Hibberd wrote: On Dec 30, 2012 8:29 PM, "Tony Morris" <
12/30/12
Tony Morris
12/28/12
Yo
Yo plonkers, I made some changes to scalaz-seven and I need to update argonaut. I was wondering what
unread,
Yo
Yo plonkers, I made some changes to scalaz-seven and I need to update argonaut. I was wondering what
12/28/12