This is to make activeselect cleaner and easier to maintain, and also to bring it in line with the move from pipe-delimited text to JSON in activeselect's "ancestor" library, the core autocomplete system.

Comments

Jaza’s picture

Status: Active » Fixed

Patch committed to HEAD.

Jaza’s picture

Title: Use JSON instead of pipe delimiters for AJAX request and response text » Use JSON instead of pipe delimiters for AJAX response text

Turns out that Drupal doesn't support "reverse JSON", so this solution is only practical for response text, not for request text.

Anonymous’s picture

Status: Fixed » Closed (fixed)