JSON fields default value bugfix
The default value set for the JSON fields filter is now set correctly, depending on whether the plain JSON or HAL+JSON representation will be returned. It previously always set this according to the plain JSON representation which resulted in incorrect filtering for HAL+JSON representations, since they have slightly different structures.