You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to look up province codes based on the province name.
To avoid making the data structure extra-huge, you might be able to use self-references to avoid making a a second copy of most of the structures. I have not tried this approach, and am not totally sure it's much of win in space savings, but there's a link on self-references in JSON if it's of interest:
I'd like to look up province codes based on the province name.
To avoid making the data structure extra-huge, you might be able to use self-references to avoid making a a second copy of most of the structures. I have not tried this approach, and am not totally sure it's much of win in space savings, but there's a link on self-references in JSON if it's of interest:
http://blog.lo-fi.net/2008/01/json-recursion-making-self-reference.html
The text was updated successfully, but these errors were encountered: