[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dot encoded string key
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 8 Jun 2012 08:38:19 +0200
On Thu, Jun 7, 2012 at 7:51 PM, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
> I made one as well once, and failed on numeric keys like this one;
Ah, but then you would need to extend the meaning of 'path' like so
'[1].two' (because '1.two' means t['1']['two'])
Hidden in here is the potential for a XPath-like generalized notation,
which could do simple conditional extraction.
steve d.