This is a small reorg of the new convert code so that we only expose 'simdjson::from' as experimental#2418
This is a small reorg of the new convert code so that we only expose 'simdjson::from' as experimental#2418
Conversation
…'simdjson::from'. This can be changed in a future release, but we don't want our users to start depending on code that we might need to change.
|
I would even suggest refraining from exposing I never intended for it to be merged into the next release this soon. If we wanted to change So it would be best if all of these somehow be marked as experimental. Though, the Also, just brainstorming, can we pull this off too for objects? Car car;
from(json_car_string)
["name"] >> car.name
["model"] >> car.model; |
|
@the-moisrex Ok. We shall mark Note that we have |
|
@the-moisrex Ok. I have marked So we shall be able to change it in a later version. |
This can be changed in a future release, but we don't want our users to start depending on code that we might need to change.
I am also moving the definitions in an -inl.h file, to follow our convention.