[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ProgSoc] XML languages



Nicholas FitzRoy-Dale wrote:
So you end up with this:
{
  "haha": "yeah, sure",
  "for":3,
  "you":"", "to": [ "parse",
"this", "I"
, "to", "parse", "this\n\"" ]
}

... which even I can parse!
I call bug! The regex can be represented as a string, and there were two 
double quotes in the last array item.
{
  "haha": "yeah, sure",
  "for":3, "you":"^heh,heh$", "to": [ "parse",
"this", "I"
, "to", "parse", "this\n\"\"" ]
}











-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@xxxxxxxxxxxxxxxxxxx
If you are having trouble, ask owner-progsoc@xxxxxxxxxxxxxxxxxx for help.