Works for me.
On 09/01/2013, at 1:17 AM, Barry Leiba <[email protected]> wrote: > OLD > Implementations will evaluate each reference token against the > document's contents, and terminate evaluation with an error condition > if it fails to resolve a concrete value for any of the JSON pointer's > reference tokens. For example, if an array is referenced with a non- > numeric token, it will fail. See Section 7 for details. > > Note that the use of the "-" character to index an array will always > result in such an error; applications of JSON Pointer thus need to > specify how it is to be handled, if it is to be useful. > > NEW > The implementations will evaluate each reference token against the > document's contents, and will raise an error condition if it fails > to resolve a concrete value for any of the JSON pointer's reference > tokens. For example, if an array is referenced with a non-numeric > token, an error condition will be raised. See Section 7 for details. > > Note that the use of the "-" character to index an array will always > result in such an error condition because by definition it refers to a > non-existent array element. Applications of JSON Pointer thus > need to specify how it is to be handled, if it is to be useful. > > Any error condition that does not have a specific action defined > for it by the JSON Pointer application results in termination of > evaluation. > > END > > Mark, what do you think? Some wordsmithing, perhaps, but I think > something along this line will make the point clearer. -- Mark Nottingham http://www.mnot.net/ _______________________________________________ Gen-art mailing list [email protected] https://www.ietf.org/mailman/listinfo/gen-art
