inveniosoftware-attic / jsonalchemy

JSONAlchemy
GNU General Public License v2.0
0 stars 10 forks source link

RFC: JSON types #36

Closed MSusik closed 8 years ago

MSusik commented 9 years ago

With the inverted semantic for with statement, implementing new objects such as JSONString, JSONInt, etc. won't require writing huge amonts of code.

By doing so, we can in future fully support v4 specification of JSONSchema.

Can we have this feature? I'd like to implement it.

jacquerie commented 9 years ago

I'm in favor, so that Jimmy won't be confused by the lack of validation on naked formatted strings.

jirikuncar commented 8 years ago

We have moved towards native JSON schemas.