On Wed, Oct 23, 2013 at 12:12 PM, Judd Maltin <j...@newgoliath.com> wrote:

>
> On Wed, Oct 23, 2013 at 12:02 PM, Adam Spiers <aspi...@suse.com> wrote:
>
>> Ralf Haferkamp (rha...@suse.de) wrote:
>> > On Sat, Oct 12, 2013 at 01:18:43PM +0100, Adam Spiers wrote:
>> > > Crowbar has one or two JSON-parsing wheels, e.g.
>>
>
>
>> Yeah, I was just hoping we could avoid reinventing a new interface for
>> more complex JSON operations as feature creep inevitably kicks in.
>> But if not, oh well - at least I tried ;-)
>>
>>
> Seems to be plenty of high performance parsers here.  No way to use a C
> library behind the RubyAPI?
>
> http://www.json.org/
>
>

In Ruby 1.9 and up, that is what you get for free -- JSON parsing is baked
into the core.

That, and the stupid things we use thin wrappers around Ruby in are on
their way out -- in CB2.0, most of the ad-hoc JSON parsing outside of the
build process is gone.


>
> --
> Judd Maltin
> T: 917-882-1270
> F: 501-694-7809
> what could possibly go wrong?
>
>
>
> _______________________________________________
> Crowbar mailing list
> Crowbar@dell.com
> https://lists.us.dell.com/mailman/listinfo/crowbar
> For more information: http://crowbar.github.com/
>
_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to