armstrong's programming erlang 2nd

Re: json handling map functions in erlang 17

I have not read Joes final book on the matter (several drafts though) .. and I've told him, twice I think, that there will *not* be any maps to json BIFs to in the maps module. It does not belong in the standard library. 


I do touch on the subject in the EEP (https://github.com/erlang/eep/blob/master/eeps/eep-0043.md) under "protocol construction".

 
However, it is encouraged that erlang json libraries make use of maps. =)
 
// Björn-Egil
原文地址:https://www.cnblogs.com/jvava/p/3949786.html